Html Css Color HEX #BBD3DF Light Blue

📋 copy color: '#BBD3DF'

red 187 ◦ green 211 ◦ blue 223

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

Shades of Light Blue #BBD3DF

Tints of Light Blue #BBD3DF

RGB

 RED value IS 187 (73.44% from 255) = 30.11%

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

 BLUE value IS 223 (87.5% from 255) = 35.91%

R = 30.11%
G = 33.98%
B = 35.91%

CMYK

 C value IS 0.16

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BBD3DF (or 0xBBD3DF) is known color: Light Blue. HEX triplet: BB, D3 and DF. RGB value is (187,211,223). Sum of RGB (Red+Green+Blue) = 187+211+223=621 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.11% from 621); Green value is 211 (82.81% from 255 or 33.98% from 621); Blue value is 223 (87.5% from 255 or 35.91% from 621); Max value from RGB is 223 - color contains mainly: blue. Hex color #BBD3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD3DF is #442C20. Grayscale: #CDCDCD. Windows color (decimal): -4467745 or 14668731. OLE color: 14668731.

HSL color Cylindrical-coordinate representation of color #BBD3DF: hue angle of 200º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBD3DF is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 211 223 -
CMYK 0.16 0.05 0 0.13
HSL 200º 0.36% 0.8% -
HSV(B) 200º 0.16% 0.87% -
XYZ 57.11 62.48 78.86 -
YUV 205.19 138.05 115.02 -
System Red Green Blue C M Y K H S L
Decimal 187 211 223 0.16 0.05 0 0.13 200 0.36 0.8
Hex BB D3 DF 10 5 0 D C8 24 50
Octal 273 323 337 20 5 0 15 310 44 120
Binary 10111011 11010011 11011111 10000 101 0 1101 11001000 100100 1010000

Color Harmonies of #BBD3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD3DF

Black with #BBD3DF

Text Example


Text Example

White with #BBD3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD3DF; }

 p { color: rgb(187,211,223); }

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

background-color css

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

 a { background-color: rgb(187,211,223); }

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

border-color css

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

 span { border-color: rgb(187,211,223); }

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