Html Css Color HEX #BBDCF0 Light Blue

📋 copy color: '#BBDCF0'

red 187 ◦ green 220 ◦ blue 240

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

Shades of Light Blue #BBDCF0

Tints of Light Blue #BBDCF0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34%

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

R = 28.9%
G = 34%
B = 37.09%

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

#BBDCF0 (or 0xBBDCF0) is known color: Light Blue. HEX triplet: BB, DC and F0. RGB value is (187,220,240). Sum of RGB (Red+Green+Blue) = 187+220+240=647 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.90% from 647); Green value is 220 (86.33% from 255 or 34.00% from 647); Blue value is 240 (94.14% from 255 or 37.09% from 647); Max value from RGB is 240 - color contains mainly: blue. Hex color #BBDCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDCF0 is #44230F. Grayscale: #D4D4D4. Windows color (decimal): -4465424 or 15785147. OLE color: 15785147.

HSL color Cylindrical-coordinate representation of color #BBDCF0: hue angle of 202.64º 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 #BBDCF0 is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 220 240 -
CMYK 0.22 0.08 0 0.06
HSL 202.64º 0.64% 0.84% -
HSV(B) 202.64º 0.22% 0.94% -
XYZ 61.81 68.04 92.31 -
YUV 212.41 143.57 109.87 -
System Red Green Blue C M Y K H S L
Decimal 187 220 240 0.22 0.08 0 0.06 202.64 0.64 0.84
Hex BB DC F0 16 8 0 6 CB 40 54
Octal 273 334 360 26 10 0 6 313 100 124
Binary 10111011 11011100 11110000 10110 1000 0 110 11001011 1000000 1010100

Color Harmonies of #BBDCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDCF0

Black with #BBDCF0

Text Example


Text Example

White with #BBDCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDCF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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