Html Css Color HEX #BBCCD8 Spindle

📋 copy color: '#BBCCD8'

red 187 ◦ green 204 ◦ blue 216

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

Shades of Spindle #BBCCD8

Tints of Spindle #BBCCD8

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.61%

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

R = 30.81%
G = 33.61%
B = 35.58%

CMYK

 C value IS 0.13

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BBCCD8 (or 0xBBCCD8) is known color: Spindle. HEX triplet: BB, CC and D8. RGB value is (187,204,216). Sum of RGB (Red+Green+Blue) = 187+204+216=607 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.81% from 607); Green value is 204 (80.08% from 255 or 33.61% from 607); Blue value is 216 (84.77% from 255 or 35.58% from 607); Max value from RGB is 216 - color contains mainly: blue. Hex color #BBCCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCCD8 is #443327. Grayscale: #C8C8C8. Windows color (decimal): -4469544 or 14208187. OLE color: 14208187.

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

Color convert

RGB 187 204 216 -
CMYK 0.13 0.06 0 0.15
HSL 204.83º 0.27% 0.79% -
HSV(B) 204.83º 0.13% 0.85% -
XYZ 54.48 58.71 73.43 -
YUV 200.29 136.87 118.52 -
System Red Green Blue C M Y K H S L
Decimal 187 204 216 0.13 0.06 0 0.15 204.83 0.27 0.79
Hex BB CC D8 D 6 0 F CD 1B 4F
Octal 273 314 330 15 6 0 17 315 33 117
Binary 10111011 11001100 11011000 1101 110 0 1111 11001101 11011 1001111

Color Harmonies of #BBCCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCCD8

Black with #BBCCD8

Text Example


Text Example

White with #BBCCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCCD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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