Html Css Color HEX #BFDBEA Light Blue

📋 copy color: '#BFDBEA'

red 191 ◦ green 219 ◦ blue 234

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

Shades of Light Blue #BFDBEA

Tints of Light Blue #BFDBEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.34%

R = 29.66%
G = 34.01%
B = 36.34%

CMYK

 C value IS 0.18

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BFDBEA (or 0xBFDBEA) is known color: Light Blue. HEX triplet: BF, DB and EA. RGB value is (191,219,234). Sum of RGB (Red+Green+Blue) = 191+219+234=644 (85% of max value = 765). Red value is 191 (75% from 255 or 29.66% from 644); Green value is 219 (85.94% from 255 or 34.01% from 644); Blue value is 234 (91.80% from 255 or 36.34% from 644); Max value from RGB is 234 - color contains mainly: blue. Hex color #BFDBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDBEA is #402415. Grayscale: #D4D4D4. Windows color (decimal): -4203542 or 15391679. OLE color: 15391679.

HSL color Cylindrical-coordinate representation of color #BFDBEA: hue angle of 200.93º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFDBEA is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 219 234 -
CMYK 0.18 0.06 0 0.08
HSL 200.93º 0.51% 0.83% -
HSV(B) 200.93º 0.18% 0.92% -
XYZ 61.67 67.68 87.66 -
YUV 212.34 140.22 112.78 -
System Red Green Blue C M Y K H S L
Decimal 191 219 234 0.18 0.06 0 0.08 200.93 0.51 0.83
Hex BF DB EA 12 6 0 8 C9 33 53
Octal 277 333 352 22 6 0 10 311 63 123
Binary 10111111 11011011 11101010 10010 110 0 1000 11001001 110011 1010011

Color Harmonies of #BFDBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDBEA

Black with #BFDBEA

Text Example


Text Example

White with #BFDBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDBEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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