Html Css Color HEX #BBDCF2 Light Blue

📋 copy color: '#BBDCF2'

red 187 ◦ green 220 ◦ blue 242

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

Shades of Light Blue #BBDCF2

Tints of Light Blue #BBDCF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.29%

R = 28.81%
G = 33.9%
B = 37.29%

CMYK

 C value IS 0.23

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BBDCF2 (or 0xBBDCF2) is known color: Light Blue. HEX triplet: BB, DC and F2. RGB value is (187,220,242). Sum of RGB (Red+Green+Blue) = 187+220+242=649 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.81% from 649); Green value is 220 (86.33% from 255 or 33.90% from 649); Blue value is 242 (94.92% from 255 or 37.29% from 649); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBDCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDCF2 is #44230D. Grayscale: #D4D4D4. Windows color (decimal): -4465422 or 15916219. OLE color: 15916219.

HSL color Cylindrical-coordinate representation of color #BBDCF2: hue angle of 204º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBDCF2 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 220 242 -
CMYK 0.23 0.09 0 0.05
HSL 204º 0.68% 0.84% -
HSV(B) 204º 0.23% 0.95% -
XYZ 62.11 68.16 93.89 -
YUV 212.64 144.57 109.71 -
System Red Green Blue C M Y K H S L
Decimal 187 220 242 0.23 0.09 0 0.05 204 0.68 0.84
Hex BB DC F2 17 9 0 5 CC 44 54
Octal 273 334 362 27 11 0 5 314 104 124
Binary 10111011 11011100 11110010 10111 1001 0 101 11001100 1000100 1010100

Color Harmonies of #BBDCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDCF2

Black with #BBDCF2

Text Example


Text Example

White with #BBDCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDCF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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