Html Css Color HEX #BBDDF0 Light Blue

📋 copy color: '#BBDDF0'

red 187 ◦ green 221 ◦ blue 240

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

Shades of Light Blue #BBDDF0

Tints of Light Blue #BBDDF0

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.1%

 BLUE value IS 240 (94.14% from 255) = 37.04%

R = 28.86%
G = 34.1%
B = 37.04%

CMYK

 C value IS 0.22

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BBDDF0 (or 0xBBDDF0) is known color: Light Blue. HEX triplet: BB, DD and F0. RGB value is (187,221,240). Sum of RGB (Red+Green+Blue) = 187+221+240=648 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.86% from 648); Green value is 221 (86.72% from 255 or 34.10% from 648); Blue value is 240 (94.14% from 255 or 37.04% from 648); Max value from RGB is 240 - color contains mainly: blue. Hex color #BBDDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDDF0 is #44220F. Grayscale: #D4D4D4. Windows color (decimal): -4465168 or 15785403. OLE color: 15785403.

HSL color Cylindrical-coordinate representation of color #BBDDF0: hue angle of 201.51º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBDDF0 is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 221 240 -
CMYK 0.22 0.08 0 0.06
HSL 201.51º 0.64% 0.84% -
HSV(B) 201.51º 0.22% 0.94% -
XYZ 62.08 68.57 92.4 -
YUV 213 143.24 109.46 -
System Red Green Blue C M Y K H S L
Decimal 187 221 240 0.22 0.08 0 0.06 201.51 0.64 0.84
Hex BB DD F0 16 8 0 6 CA 40 54
Octal 273 335 360 26 10 0 6 312 100 124
Binary 10111011 11011101 11110000 10110 1000 0 110 11001010 1000000 1010100

Color Harmonies of #BBDDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDDF0

Black with #BBDDF0

Text Example


Text Example

White with #BBDDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDDF0; }

 p { color: rgb(187,221,240); }

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

background-color css

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

 a { background-color: rgb(187,221,240); }

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

border-color css

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

 span { border-color: rgb(187,221,240); }

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