Html Css Color HEX #BDD0DF Spindle

📋 copy color: '#BDD0DF'

red 189 ◦ green 208 ◦ blue 223

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

Shades of Spindle #BDD0DF

Tints of Spindle #BDD0DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.97%

R = 30.48%
G = 33.55%
B = 35.97%

CMYK

 C value IS 0.15

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BDD0DF (or 0xBDD0DF) is known color: Spindle. HEX triplet: BD, D0 and DF. RGB value is (189,208,223). Sum of RGB (Red+Green+Blue) = 189+208+223=620 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.48% from 620); Green value is 208 (81.64% from 255 or 33.55% from 620); Blue value is 223 (87.5% from 255 or 35.97% from 620); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDD0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD0DF is #422F20. Grayscale: #CBCBCB. Windows color (decimal): -4337441 or 14667965. OLE color: 14667965.

HSL color Cylindrical-coordinate representation of color #BDD0DF: hue angle of 206.47º degrees, saturation: 0.35, 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 #BDD0DF is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 208 223 -
CMYK 0.15 0.07 0 0.13
HSL 206.47º 0.35% 0.81% -
HSV(B) 206.47º 0.15% 0.87% -
XYZ 56.86 61.26 78.64 -
YUV 204.03 138.71 117.28 -
System Red Green Blue C M Y K H S L
Decimal 189 208 223 0.15 0.07 0 0.13 206.47 0.35 0.81
Hex BD D0 DF F 7 0 D CE 23 51
Octal 275 320 337 17 7 0 15 316 43 121
Binary 10111101 11010000 11011111 1111 111 0 1101 11001110 100011 1010001

Color Harmonies of #BDD0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD0DF

Black with #BDD0DF

Text Example


Text Example

White with #BDD0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD0DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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