Html Css Color HEX #BDCCCF Iron

📋 copy color: '#BDCCCF'

red 189 ◦ green 204 ◦ blue 207

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

Shades of Iron #BDCCCF

Tints of Iron #BDCCCF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34%

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

R = 31.5%
G = 34%
B = 34.5%

CMYK

 C value IS 0.09

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BDCCCF (or 0xBDCCCF) is known color: Iron. HEX triplet: BD, CC and CF. RGB value is (189,204,207). Sum of RGB (Red+Green+Blue) = 189+204+207=600 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.5% from 600); Green value is 204 (80.08% from 255 or 34% from 600); Blue value is 207 (81.25% from 255 or 34.5% from 600); Max value from RGB is 207 - color contains mainly: blue. Hex color #BDCCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCCCF is #423330. Grayscale: #C7C7C7. Windows color (decimal): -4338481 or 13618365. OLE color: 13618365.

HSL color Cylindrical-coordinate representation of color #BDCCCF: hue angle of 190º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDCCCF is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 204 207 -
CMYK 0.09 0.01 0 0.19
HSL 190º 0.16% 0.78% -
HSV(B) 190º 0.09% 0.81% -
XYZ 53.84 58.51 67.49 -
YUV 199.86 132.03 120.26 -
System Red Green Blue C M Y K H S L
Decimal 189 204 207 0.09 0.01 0 0.19 190 0.16 0.78
Hex BD CC CF 9 1 0 13 BE 10 4E
Octal 275 314 317 11 1 0 23 276 20 116
Binary 10111101 11001100 11001111 1001 1 0 10011 10111110 10000 1001110

Color Harmonies of #BDCCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCCCF

Black with #BDCCCF

Text Example


Text Example

White with #BDCCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCCCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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