Html Css Color HEX #BBD3DA Light Blue

📋 copy color: '#BBD3DA'

red 187 ◦ green 211 ◦ blue 218

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

Shades of Light Blue #BBD3DA

Tints of Light Blue #BBD3DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.39%

R = 30.36%
G = 34.25%
B = 35.39%

CMYK

 C value IS 0.14

 M value IS 0.03

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BBD3DA (or 0xBBD3DA) is known color: Light Blue. HEX triplet: BB, D3 and DA. RGB value is (187,211,218). Sum of RGB (Red+Green+Blue) = 187+211+218=616 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.36% from 616); Green value is 211 (82.81% from 255 or 34.25% from 616); Blue value is 218 (85.55% from 255 or 35.39% from 616); Max value from RGB is 218 - color contains mainly: blue. Hex color #BBD3DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD3DA is #442C25. Grayscale: #CCCCCC. Windows color (decimal): -4467750 or 14341051. OLE color: 14341051.

HSL color Cylindrical-coordinate representation of color #BBD3DA: hue angle of 193.55º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBD3DA is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 211 218 -
CMYK 0.14 0.03 0 0.15
HSL 193.55º 0.3% 0.79% -
HSV(B) 193.55º 0.14% 0.85% -
XYZ 56.44 62.22 75.36 -
YUV 204.62 135.55 115.43 -
System Red Green Blue C M Y K H S L
Decimal 187 211 218 0.14 0.03 0 0.15 193.55 0.3 0.79
Hex BB D3 DA E 3 0 F C2 1E 4F
Octal 273 323 332 16 3 0 17 302 36 117
Binary 10111011 11010011 11011010 1110 11 0 1111 11000010 11110 1001111

Color Harmonies of #BBD3DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD3DA

Black with #BBD3DA

Text Example


Text Example

White with #BBD3DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD3DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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