Html Css Color HEX #BDC6CC Spindle

📋 copy color: '#BDC6CC'

red 189 ◦ green 198 ◦ blue 204

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

Shades of Spindle #BDC6CC

Tints of Spindle #BDC6CC

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.5%

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

R = 31.98%
G = 33.5%
B = 34.52%

CMYK

 C value IS 0.07

 M value IS 0.03

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BDC6CC (or 0xBDC6CC) is known color: Spindle. HEX triplet: BD, C6 and CC. RGB value is (189,198,204). Sum of RGB (Red+Green+Blue) = 189+198+204=591 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.98% from 591); Green value is 198 (77.73% from 255 or 33.50% from 591); Blue value is 204 (80.08% from 255 or 34.52% from 591); Max value from RGB is 204 - color contains mainly: blue. Hex color #BDC6CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC6CC is #423933. Grayscale: #C3C3C3. Windows color (decimal): -4340020 or 13420221. OLE color: 13420221.

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

Color convert

RGB 189 198 204 -
CMYK 0.07 0.03 0 0.2
HSL 204º 0.13% 0.77% -
HSV(B) 204º 0.07% 0.8% -
XYZ 52.08 55.57 65.11 -
YUV 195.99 132.52 123.01 -
System Red Green Blue C M Y K H S L
Decimal 189 198 204 0.07 0.03 0 0.2 204 0.13 0.77
Hex BD C6 CC 7 3 0 14 CC D 4D
Octal 275 306 314 7 3 0 24 314 15 115
Binary 10111101 11000110 11001100 111 11 0 10100 11001100 1101 1001101

Color Harmonies of #BDC6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC6CC

Black with #BDC6CC

Text Example


Text Example

White with #BDC6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC6CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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