Html Css Color HEX #BDD0CF Iron

📋 copy color: '#BDD0CF'

red 189 ◦ green 208 ◦ blue 207

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

Shades of Iron #BDD0CF

Tints of Iron #BDD0CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 34.27%

R = 31.29%
G = 34.44%
B = 34.27%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#BDD0CF (or 0xBDD0CF) is known color: Iron. HEX triplet: BD, D0 and CF. RGB value is (189,208,207). Sum of RGB (Red+Green+Blue) = 189+208+207=604 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.29% from 604); Green value is 208 (81.64% from 255 or 34.44% from 604); Blue value is 207 (81.25% from 255 or 34.27% from 604); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD0CF is #422F30. Grayscale: #CACACA. Windows color (decimal): -4337457 or 13619389. OLE color: 13619389.

HSL color Cylindrical-coordinate representation of color #BDD0CF: hue angle of 176.84º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDD0CF is Cyan = 0.09, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 208 207 -
CMYK 0.09 0 0.00 0.18
HSL 176.84º 0.17% 0.78% -
HSV(B) 176.84º 0.09% 0.82% -
XYZ 54.8 60.44 67.81 -
YUV 202.21 130.71 118.58 -
System Red Green Blue C M Y K H S L
Decimal 189 208 207 0.09 0 0.00 0.18 176.84 0.17 0.78
Hex BD D0 CF 9 0 0 12 B1 11 4E
Octal 275 320 317 11 0 0 22 261 21 116
Binary 10111101 11010000 11001111 1001 0 0 10010 10110001 10001 1001110

Color Harmonies of #BDD0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD0CF

Black with #BDD0CF

Text Example


Text Example

White with #BDD0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD0CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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