Html Css Color HEX #BBCBDC Spindle

📋 copy color: '#BBCBDC'

red 187 ◦ green 203 ◦ blue 220

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

Shades of Spindle #BBCBDC

Tints of Spindle #BBCBDC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.28%

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

R = 30.66%
G = 33.28%
B = 36.07%

CMYK

 C value IS 0.15

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BBCBDC (or 0xBBCBDC) is known color: Spindle. HEX triplet: BB, CB and DC. RGB value is (187,203,220). Sum of RGB (Red+Green+Blue) = 187+203+220=610 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.66% from 610); Green value is 203 (79.69% from 255 or 33.28% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 220 - color contains mainly: blue. Hex color #BBCBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCBDC is #443423. Grayscale: #C8C8C8. Windows color (decimal): -4469796 or 14470075. OLE color: 14470075.

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

Color convert

RGB 187 203 220 -
CMYK 0.15 0.08 0 0.14
HSL 210.91º 0.32% 0.8% -
HSV(B) 210.91º 0.15% 0.86% -
XYZ 54.77 58.44 76.1 -
YUV 200.15 139.2 118.62 -
System Red Green Blue C M Y K H S L
Decimal 187 203 220 0.15 0.08 0 0.14 210.91 0.32 0.8
Hex BB CB DC F 8 0 E D3 20 50
Octal 273 313 334 17 10 0 16 323 40 120
Binary 10111011 11001011 11011100 1111 1000 0 1110 11010011 100000 1010000

Color Harmonies of #BBCBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCBDC

Black with #BBCBDC

Text Example


Text Example

White with #BBCBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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