Html Css Color HEX #BDD1DF Spindle

📋 copy color: '#BDD1DF'

red 189 ◦ green 209 ◦ blue 223

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

Shades of Spindle #BDD1DF

Tints of Spindle #BDD1DF

RGB

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

 GREEN value IS 209 (82.03% from 255) = 33.66%

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

R = 30.43%
G = 33.66%
B = 35.91%

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

#BDD1DF (or 0xBDD1DF) is known color: Spindle. HEX triplet: BD, D1 and DF. RGB value is (189,209,223). Sum of RGB (Red+Green+Blue) = 189+209+223=621 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.43% from 621); Green value is 209 (82.03% from 255 or 33.66% from 621); Blue value is 223 (87.5% from 255 or 35.91% from 621); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDD1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD1DF is #422E20. Grayscale: #CCCCCC. Windows color (decimal): -4337185 or 14668221. OLE color: 14668221.

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

Color convert

RGB 189 209 223 -
CMYK 0.15 0.06 0 0.13
HSL 204.71º 0.35% 0.81% -
HSV(B) 204.71º 0.15% 0.87% -
XYZ 57.11 61.75 78.72 -
YUV 204.62 138.37 116.86 -
System Red Green Blue C M Y K H S L
Decimal 189 209 223 0.15 0.06 0 0.13 204.71 0.35 0.81
Hex BD D1 DF F 6 0 D CD 23 51
Octal 275 321 337 17 6 0 15 315 43 121
Binary 10111101 11010001 11011111 1111 110 0 1101 11001101 100011 1010001

Color Harmonies of #BDD1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD1DF

Black with #BDD1DF

Text Example


Text Example

White with #BDD1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD1DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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