Html Css Color HEX #BFDBEC Light Blue

📋 copy color: '#BFDBEC'

red 191 ◦ green 219 ◦ blue 236

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

Shades of Light Blue #BFDBEC

Tints of Light Blue #BFDBEC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 33.9%

 BLUE value IS 236 (92.58% from 255) = 36.53%

R = 29.57%
G = 33.9%
B = 36.53%

CMYK

 C value IS 0.19

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BFDBEC (or 0xBFDBEC) is known color: Light Blue. HEX triplet: BF, DB and EC. RGB value is (191,219,236). Sum of RGB (Red+Green+Blue) = 191+219+236=646 (85% of max value = 765). Red value is 191 (75% from 255 or 29.57% from 646); Green value is 219 (85.94% from 255 or 33.90% from 646); Blue value is 236 (92.58% from 255 or 36.53% from 646); Max value from RGB is 236 - color contains mainly: blue. Hex color #BFDBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDBEC is #402413. Grayscale: #D4D4D4. Windows color (decimal): -4203540 or 15522751. OLE color: 15522751.

HSL color Cylindrical-coordinate representation of color #BFDBEC: hue angle of 202.67º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFDBEC is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 219 236 -
CMYK 0.19 0.07 0 0.07
HSL 202.67º 0.54% 0.84% -
HSV(B) 202.67º 0.19% 0.93% -
XYZ 61.96 67.8 89.18 -
YUV 212.57 141.22 112.62 -
System Red Green Blue C M Y K H S L
Decimal 191 219 236 0.19 0.07 0 0.07 202.67 0.54 0.84
Hex BF DB EC 13 7 0 7 CB 36 54
Octal 277 333 354 23 7 0 7 313 66 124
Binary 10111111 11011011 11101100 10011 111 0 111 11001011 110110 1010100

Color Harmonies of #BFDBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDBEC

Black with #BFDBEC

Text Example


Text Example

White with #BFDBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDBEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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