Html Css Color HEX #BDD0DE Spindle

📋 copy color: '#BDD0DE'

red 189 ◦ green 208 ◦ blue 222

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

Shades of Spindle #BDD0DE

Tints of Spindle #BDD0DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 35.86%

R = 30.53%
G = 33.6%
B = 35.86%

CMYK

 C value IS 0.15

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BDD0DE (or 0xBDD0DE) is known color: Spindle. HEX triplet: BD, D0 and DE. RGB value is (189,208,222). Sum of RGB (Red+Green+Blue) = 189+208+222=619 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.53% from 619); Green value is 208 (81.64% from 255 or 33.60% from 619); Blue value is 222 (87.11% from 255 or 35.86% from 619); Max value from RGB is 222 - color contains mainly: blue. Hex color #BDD0DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD0DE is #422F21. Grayscale: #CBCBCB. Windows color (decimal): -4337442 or 14602429. OLE color: 14602429.

HSL color Cylindrical-coordinate representation of color #BDD0DE: hue angle of 205.45º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDD0DE is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 208 222 -
CMYK 0.15 0.06 0 0.13
HSL 205.45º 0.33% 0.81% -
HSV(B) 205.45º 0.15% 0.87% -
XYZ 56.73 61.2 77.93 -
YUV 203.92 138.21 117.36 -
System Red Green Blue C M Y K H S L
Decimal 189 208 222 0.15 0.06 0 0.13 205.45 0.33 0.81
Hex BD D0 DE F 6 0 D CD 21 51
Octal 275 320 336 17 6 0 15 315 41 121
Binary 10111101 11010000 11011110 1111 110 0 1101 11001101 100001 1010001

Color Harmonies of #BDD0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD0DE

Black with #BDD0DE

Text Example


Text Example

White with #BDD0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD0DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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