Html Css Color HEX #BBCCDC Spindle

📋 copy color: '#BBCCDC'

red 187 ◦ green 204 ◦ blue 220

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

Shades of Spindle #BBCCDC

Tints of Spindle #BBCCDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.01%

R = 30.61%
G = 33.39%
B = 36.01%

CMYK

 C value IS 0.15

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BBCCDC (or 0xBBCCDC) is known color: Spindle. HEX triplet: BB, CC and DC. RGB value is (187,204,220). Sum of RGB (Red+Green+Blue) = 187+204+220=611 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.61% from 611); Green value is 204 (80.08% from 255 or 33.39% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 220 - color contains mainly: blue. Hex color #BBCCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCCDC is #443323. Grayscale: #C8C8C8. Windows color (decimal): -4469540 or 14470331. OLE color: 14470331.

HSL color Cylindrical-coordinate representation of color #BBCCDC: hue angle of 209.09º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBCCDC is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 204 220 -
CMYK 0.15 0.07 0 0.14
HSL 209.09º 0.32% 0.8% -
HSV(B) 209.09º 0.15% 0.86% -
XYZ 55 58.92 76.18 -
YUV 200.74 138.87 118.2 -
System Red Green Blue C M Y K H S L
Decimal 187 204 220 0.15 0.07 0 0.14 209.09 0.32 0.8
Hex BB CC DC F 7 0 E D1 20 50
Octal 273 314 334 17 7 0 16 321 40 120
Binary 10111011 11001100 11011100 1111 111 0 1110 11010001 100000 1010000

Color Harmonies of #BBCCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCCDC

Black with #BBCCDC

Text Example


Text Example

White with #BBCCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCCDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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