Html Css Color HEX #BDCCD2 Spindle

📋 copy color: '#BDCCD2'

red 189 ◦ green 204 ◦ blue 210

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

Shades of Spindle #BDCCD2

Tints of Spindle #BDCCD2

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.83%

 BLUE value IS 210 (82.42% from 255) = 34.83%

R = 31.34%
G = 33.83%
B = 34.83%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BDCCD2 (or 0xBDCCD2) is known color: Spindle. HEX triplet: BD, CC and D2. RGB value is (189,204,210). Sum of RGB (Red+Green+Blue) = 189+204+210=603 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.34% from 603); Green value is 204 (80.08% from 255 or 33.83% from 603); Blue value is 210 (82.42% from 255 or 34.83% from 603); Max value from RGB is 210 - color contains mainly: blue. Hex color #BDCCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCCD2 is #42332D. Grayscale: #C8C8C8. Windows color (decimal): -4338478 or 13814973. OLE color: 13814973.

HSL color Cylindrical-coordinate representation of color #BDCCD2: hue angle of 197.14º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDCCD2 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 204 210 -
CMYK 0.10 0.03 0 0.18
HSL 197.14º 0.19% 0.78% -
HSV(B) 197.14º 0.1% 0.82% -
XYZ 54.21 58.66 69.44 -
YUV 200.2 133.53 120.01 -
System Red Green Blue C M Y K H S L
Decimal 189 204 210 0.10 0.03 0 0.18 197.14 0.19 0.78
Hex BD CC D2 A 3 0 12 C5 13 4E
Octal 275 314 322 12 3 0 22 305 23 116
Binary 10111101 11001100 11010010 1010 11 0 10010 11000101 10011 1001110

Color Harmonies of #BDCCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCCD2

Black with #BDCCD2

Text Example


Text Example

White with #BDCCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCCD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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