Html Css Color HEX #BBCFD8 Light Blue

📋 copy color: '#BBCFD8'

red 187 ◦ green 207 ◦ blue 216

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

Shades of Light Blue #BBCFD8

Tints of Light Blue #BBCFD8

RGB

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

 GREEN value IS 207 (81.25% from 255) = 33.93%

 BLUE value IS 216 (84.77% from 255) = 35.41%

R = 30.66%
G = 33.93%
B = 35.41%

CMYK

 C value IS 0.13

 M value IS 0.04

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BBCFD8 (or 0xBBCFD8) is known color: Light Blue. HEX triplet: BB, CF and D8. RGB value is (187,207,216). Sum of RGB (Red+Green+Blue) = 187+207+216=610 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.66% from 610); Green value is 207 (81.25% from 255 or 33.93% from 610); Blue value is 216 (84.77% from 255 or 35.41% from 610); Max value from RGB is 216 - color contains mainly: blue. Hex color #BBCFD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCFD8 is #443027. Grayscale: #C9C9C9. Windows color (decimal): -4468776 or 14208955. OLE color: 14208955.

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

Color convert

RGB 187 207 216 -
CMYK 0.13 0.04 0 0.15
HSL 198.62º 0.27% 0.79% -
HSV(B) 198.62º 0.13% 0.85% -
XYZ 55.2 60.15 73.67 -
YUV 202.05 135.87 117.27 -
System Red Green Blue C M Y K H S L
Decimal 187 207 216 0.13 0.04 0 0.15 198.62 0.27 0.79
Hex BB CF D8 D 4 0 F C7 1B 4F
Octal 273 317 330 15 4 0 17 307 33 117
Binary 10111011 11001111 11011000 1101 100 0 1111 11000111 11011 1001111

Color Harmonies of #BBCFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCFD8

Black with #BBCFD8

Text Example


Text Example

White with #BBCFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCFD8; }

 p { color: rgb(187,207,216); }

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

background-color css

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

 a { background-color: rgb(187,207,216); }

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

border-color css

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

 span { border-color: rgb(187,207,216); }

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