Html Css Color HEX #BDC4CC Spindle

📋 copy color: '#BDC4CC'

red 189 ◦ green 196 ◦ blue 204

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

Shades of Spindle #BDC4CC

Tints of Spindle #BDC4CC

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.28%

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

R = 32.09%
G = 33.28%
B = 34.63%

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

#BDC4CC (or 0xBDC4CC) is known color: Spindle. HEX triplet: BD, C4 and CC. RGB value is (189,196,204). Sum of RGB (Red+Green+Blue) = 189+196+204=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 196 (76.95% from 255 or 33.28% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 204 - color contains mainly: blue. Hex color #BDC4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC4CC is #423B33. Grayscale: #C2C2C2. Windows color (decimal): -4340532 or 13419709. OLE color: 13419709.

HSL color Cylindrical-coordinate representation of color #BDC4CC: hue angle of 212º 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 #BDC4CC is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 189 196 204 -
CMYK 0.07 0.04 0 0.2
HSL 212º 0.13% 0.77% -
HSV(B) 212º 0.07% 0.8% -
XYZ 51.63 54.66 64.96 -
YUV 194.82 133.18 123.85 -
System Red Green Blue C M Y K H S L
Decimal 189 196 204 0.07 0.04 0 0.2 212 0.13 0.77
Hex BD C4 CC 7 4 0 14 D4 D 4D
Octal 275 304 314 7 4 0 24 324 15 115
Binary 10111101 11000100 11001100 111 100 0 10100 11010100 1101 1001101

Color Harmonies of #BDC4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC4CC

Black with #BDC4CC

Text Example


Text Example

White with #BDC4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC4CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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