Html Css Color HEX #BDC9D8 Spindle

📋 copy color: '#BDC9D8'

red 189 ◦ green 201 ◦ blue 216

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

Shades of Spindle #BDC9D8

Tints of Spindle #BDC9D8

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.17%

 BLUE value IS 216 (84.77% from 255) = 35.64%

R = 31.19%
G = 33.17%
B = 35.64%

CMYK

 C value IS 0.12

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BDC9D8 (or 0xBDC9D8) is known color: Spindle. HEX triplet: BD, C9 and D8. RGB value is (189,201,216). Sum of RGB (Red+Green+Blue) = 189+201+216=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 201 (78.91% from 255 or 33.17% from 606); Blue value is 216 (84.77% from 255 or 35.64% from 606); Max value from RGB is 216 - color contains mainly: blue. Hex color #BDC9D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC9D8 is #423627. Grayscale: #C7C7C7. Windows color (decimal): -4339240 or 14207421. OLE color: 14207421.

HSL color Cylindrical-coordinate representation of color #BDC9D8: hue angle of 213.33º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDC9D8 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 201 216 -
CMYK 0.12 0.07 0 0.15
HSL 213.33º 0.26% 0.79% -
HSV(B) 213.33º 0.13% 0.85% -
XYZ 54.27 57.55 73.21 -
YUV 199.12 137.52 120.78 -
System Red Green Blue C M Y K H S L
Decimal 189 201 216 0.12 0.07 0 0.15 213.33 0.26 0.79
Hex BD C9 D8 C 7 0 F D5 1A 4F
Octal 275 311 330 14 7 0 17 325 32 117
Binary 10111101 11001001 11011000 1100 111 0 1111 11010101 11010 1001111

Color Harmonies of #BDC9D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC9D8

Black with #BDC9D8

Text Example


Text Example

White with #BDC9D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC9D8; }

 p { color: rgb(189,201,216); }

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

background-color css

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

 a { background-color: rgb(189,201,216); }

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

border-color css

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

 span { border-color: rgb(189,201,216); }

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