Html Css Color HEX #BECDD0 Iron

📋 copy color: '#BECDD0'

red 190 ◦ green 205 ◦ blue 208

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

Shades of Iron #BECDD0

Tints of Iron #BECDD0

RGB

 RED value IS 190 (74.61% from 255) = 31.51%

 GREEN value IS 205 (80.47% from 255) = 34%

 BLUE value IS 208 (81.64% from 255) = 34.49%

R = 31.51%
G = 34%
B = 34.49%

CMYK

 C value IS 0.09

 M value IS 0.01

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BECDD0 (or 0xBECDD0) is known color: Iron. HEX triplet: BE, CD and D0. RGB value is (190,205,208). Sum of RGB (Red+Green+Blue) = 190+205+208=603 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.51% from 603); Green value is 205 (80.47% from 255 or 34.00% from 603); Blue value is 208 (81.64% from 255 or 34.49% from 603); Max value from RGB is 208 - color contains mainly: blue. Hex color #BECDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECDD0 is #41322F. Grayscale: #C8C8C8. Windows color (decimal): -4272688 or 13684158. OLE color: 13684158.

HSL color Cylindrical-coordinate representation of color #BECDD0: hue angle of 190º degrees, saturation: 0.16, 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 #BECDD0 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 205 208 -
CMYK 0.09 0.01 0 0.18
HSL 190º 0.16% 0.78% -
HSV(B) 190º 0.09% 0.82% -
XYZ 54.45 59.16 68.22 -
YUV 200.86 132.03 120.26 -
System Red Green Blue C M Y K H S L
Decimal 190 205 208 0.09 0.01 0 0.18 190 0.16 0.78
Hex BE CD D0 9 1 0 12 BE 10 4E
Octal 276 315 320 11 1 0 22 276 20 116
Binary 10111110 11001101 11010000 1001 1 0 10010 10111110 10000 1001110

Color Harmonies of #BECDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECDD0

Black with #BECDD0

Text Example


Text Example

White with #BECDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECDD0; }

 p { color: rgb(190,205,208); }

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

background-color css

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

 a { background-color: rgb(190,205,208); }

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

border-color css

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

 span { border-color: rgb(190,205,208); }

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