Html Css Color HEX #BDC8CE Spindle

📋 copy color: '#BDC8CE'

red 189 ◦ green 200 ◦ blue 206

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

Shades of Spindle #BDC8CE

Tints of Spindle #BDC8CE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.61%

 BLUE value IS 206 (80.86% from 255) = 34.62%

R = 31.76%
G = 33.61%
B = 34.62%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BDC8CE (or 0xBDC8CE) is known color: Spindle. HEX triplet: BD, C8 and CE. RGB value is (189,200,206). Sum of RGB (Red+Green+Blue) = 189+200+206=595 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.76% from 595); Green value is 200 (78.52% from 255 or 33.61% from 595); Blue value is 206 (80.86% from 255 or 34.62% from 595); Max value from RGB is 206 - color contains mainly: blue. Hex color #BDC8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC8CE is #423731. Grayscale: #C5C5C5. Windows color (decimal): -4339506 or 13551805. OLE color: 13551805.

HSL color Cylindrical-coordinate representation of color #BDC8CE: hue angle of 201.18º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BDC8CE is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 200 206 -
CMYK 0.08 0.03 0 0.19
HSL 201.18º 0.15% 0.77% -
HSV(B) 201.18º 0.08% 0.81% -
XYZ 52.78 56.58 66.53 -
YUV 197.4 132.86 122.01 -
System Red Green Blue C M Y K H S L
Decimal 189 200 206 0.08 0.03 0 0.19 201.18 0.15 0.77
Hex BD C8 CE 8 3 0 13 C9 F 4D
Octal 275 310 316 10 3 0 23 311 17 115
Binary 10111101 11001000 11001110 1000 11 0 10011 11001001 1111 1001101

Color Harmonies of #BDC8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC8CE

Black with #BDC8CE

Text Example


Text Example

White with #BDC8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC8CE; }

 p { color: rgb(189,200,206); }

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

background-color css

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

 a { background-color: rgb(189,200,206); }

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

border-color css

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

 span { border-color: rgb(189,200,206); }

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