Html Css Color HEX #BDC3CC Spindle

📋 copy color: '#BDC3CC'

red 189 ◦ green 195 ◦ blue 204

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

Shades of Spindle #BDC3CC

Tints of Spindle #BDC3CC

RGB

 RED value IS 189 (74.22% from 255) = 32.14%

 GREEN value IS 195 (76.56% from 255) = 33.16%

 BLUE value IS 204 (80.08% from 255) = 34.69%

R = 32.14%
G = 33.16%
B = 34.69%

CMYK

 C value IS 0.07

 M value IS 0.04

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BDC3CC (or 0xBDC3CC) is known color: Spindle. HEX triplet: BD, C3 and CC. RGB value is (189,195,204). Sum of RGB (Red+Green+Blue) = 189+195+204=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 195 (76.56% from 255 or 33.16% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 204 - color contains mainly: blue. Hex color #BDC3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC3CC is #423C33. Grayscale: #C2C2C2. Windows color (decimal): -4340788 or 13419453. OLE color: 13419453.

HSL color Cylindrical-coordinate representation of color #BDC3CC: hue angle of 216º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BDC3CC is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 189 195 204 -
CMYK 0.07 0.04 0 0.2
HSL 216º 0.13% 0.77% -
HSV(B) 216º 0.07% 0.8% -
XYZ 51.4 54.21 64.88 -
YUV 194.23 133.51 124.27 -
System Red Green Blue C M Y K H S L
Decimal 189 195 204 0.07 0.04 0 0.2 216 0.13 0.77
Hex BD C3 CC 7 4 0 14 D8 D 4D
Octal 275 303 314 7 4 0 24 330 15 115
Binary 10111101 11000011 11001100 111 100 0 10100 11011000 1101 1001101

Color Harmonies of #BDC3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC3CC

Black with #BDC3CC

Text Example


Text Example

White with #BDC3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC3CC; }

 p { color: rgb(189,195,204); }

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

background-color css

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

 a { background-color: rgb(189,195,204); }

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

border-color css

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

 span { border-color: rgb(189,195,204); }

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