Html Css Color HEX #BDD0DC Spindle

📋 copy color: '#BDD0DC'

red 189 ◦ green 208 ◦ blue 220

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

Shades of Spindle #BDD0DC

Tints of Spindle #BDD0DC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 33.71%

 BLUE value IS 220 (86.33% from 255) = 35.66%

R = 30.63%
G = 33.71%
B = 35.66%

CMYK

 C value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BDD0DC (or 0xBDD0DC) is known color: Spindle. HEX triplet: BD, D0 and DC. RGB value is (189,208,220). Sum of RGB (Red+Green+Blue) = 189+208+220=617 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.63% from 617); Green value is 208 (81.64% from 255 or 33.71% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDD0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD0DC is #422F23. Grayscale: #CBCBCB. Windows color (decimal): -4337444 or 14471357. OLE color: 14471357.

HSL color Cylindrical-coordinate representation of color #BDD0DC: hue angle of 203.23º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDD0DC is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 208 220 -
CMYK 0.14 0.05 0 0.14
HSL 203.23º 0.31% 0.8% -
HSV(B) 203.23º 0.14% 0.86% -
XYZ 56.46 61.1 76.53 -
YUV 203.69 137.21 117.52 -
System Red Green Blue C M Y K H S L
Decimal 189 208 220 0.14 0.05 0 0.14 203.23 0.31 0.8
Hex BD D0 DC E 5 0 E CB 1F 50
Octal 275 320 334 16 5 0 16 313 37 120
Binary 10111101 11010000 11011100 1110 101 0 1110 11001011 11111 1010000

Color Harmonies of #BDD0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD0DC

Black with #BDD0DC

Text Example


Text Example

White with #BDD0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD0DC; }

 p { color: rgb(189,208,220); }

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

background-color css

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

 a { background-color: rgb(189,208,220); }

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

border-color css

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

 span { border-color: rgb(189,208,220); }

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