Html Css Color HEX #BCCBDC Spindle

📋 copy color: '#BCCBDC'

red 188 ◦ green 203 ◦ blue 220

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

Shades of Spindle #BCCBDC

Tints of Spindle #BCCBDC

RGB

 RED value IS 188 (73.83% from 255) = 30.77%

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

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

R = 30.77%
G = 33.22%
B = 36.01%

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

#BCCBDC (or 0xBCCBDC) is known color: Spindle. HEX triplet: BC, CB and DC. RGB value is (188,203,220). Sum of RGB (Red+Green+Blue) = 188+203+220=611 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.77% from 611); Green value is 203 (79.69% from 255 or 33.22% 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 #BCCBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCBDC is #433423. Grayscale: #C8C8C8. Windows color (decimal): -4404260 or 14470076. OLE color: 14470076.

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

Color convert

RGB 188 203 220 -
CMYK 0.15 0.08 0 0.14
HSL 211.88º 0.31% 0.8% -
HSV(B) 211.88º 0.15% 0.86% -
XYZ 55.01 58.57 76.12 -
YUV 200.45 139.03 119.12 -
System Red Green Blue C M Y K H S L
Decimal 188 203 220 0.15 0.08 0 0.14 211.88 0.31 0.8
Hex BC CB DC F 8 0 E D4 1F 50
Octal 274 313 334 17 10 0 16 324 37 120
Binary 10111100 11001011 11011100 1111 1000 0 1110 11010100 11111 1010000

Color Harmonies of #BCCBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCBDC

Black with #BCCBDC

Text Example


Text Example

White with #BCCBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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