Html Css Color HEX #BFD3DB Light Blue

📋 copy color: '#BFD3DB'

red 191 ◦ green 211 ◦ blue 219

#BFD3DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Blue #BFD3DB

Tints of Light Blue #BFD3DB

RGB

 RED value IS 191 (75% from 255) = 30.76%

 GREEN value IS 211 (82.81% from 255) = 33.98%

 BLUE value IS 219 (85.94% from 255) = 35.27%

R = 30.76%
G = 33.98%
B = 35.27%

CMYK

 C value IS 0.13

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BFD3DB (or 0xBFD3DB) is known color: Light Blue. HEX triplet: BF, D3 and DB. RGB value is (191,211,219). Sum of RGB (Red+Green+Blue) = 191+211+219=621 (82% of max value = 765). Red value is 191 (75% from 255 or 30.76% from 621); Green value is 211 (82.81% from 255 or 33.98% from 621); Blue value is 219 (85.94% from 255 or 35.27% from 621); Max value from RGB is 219 - color contains mainly: blue. Hex color #BFD3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD3DB is #402C24. Grayscale: #CDCDCD. Windows color (decimal): -4205605 or 14406591. OLE color: 14406591.

HSL color Cylindrical-coordinate representation of color #BFD3DB: hue angle of 197.14º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFD3DB is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 191 211 219 -
CMYK 0.13 0.04 0 0.14
HSL 197.14º 0.28% 0.8% -
HSV(B) 197.14º 0.13% 0.86% -
XYZ 57.57 62.78 76.1 -
YUV 205.93 135.37 117.35 -
System Red Green Blue C M Y K H S L
Decimal 191 211 219 0.13 0.04 0 0.14 197.14 0.28 0.8
Hex BF D3 DB D 4 0 E C5 1C 50
Octal 277 323 333 15 4 0 16 305 34 120
Binary 10111111 11010011 11011011 1101 100 0 1110 11000101 11100 1010000

Color Harmonies of #BFD3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD3DB

Black with #BFD3DB

Text Example


Text Example

White with #BFD3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD3DB; }

 p { color: rgb(191,211,219); }

 H1.HeaderClassName
 {
   color: #BFD3DB;
 }
 .AnyTagClassName
 {
   color: #BFD3DB;
 }
</style>

background-color css

<style>
 a { background-color: #BFD3DB; }

 a { background-color: rgb(191,211,219); }

 div.DivClassName
 {
   background-color: #BFD3DB;
 }
 .BgClassName
 {
   background-color: #BFD3DB;
 }
</style>

border-color css

<style>
 span { border-color: #BFD3DB; }

 span { border-color: rgb(191,211,219); }

 td.TdClassName
 {
   border-color: #BFD3DB;
 }
 .TagClassName
 {
   border-color: #BFD3DB;
 }
</style>