Html Css Color HEX #BCCECF Iron

📋 copy color: '#BCCECF'

red 188 ◦ green 206 ◦ blue 207

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

Shades of Iron #BCCECF

Tints of Iron #BCCECF

RGB

 RED value IS 188 (73.83% from 255) = 31.28%

 GREEN value IS 206 (80.86% from 255) = 34.28%

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

R = 31.28%
G = 34.28%
B = 34.44%

CMYK

 C value IS 0.09

 M value IS 0.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BCCECF (or 0xBCCECF) is known color: Iron. HEX triplet: BC, CE and CF. RGB value is (188,206,207). Sum of RGB (Red+Green+Blue) = 188+206+207=601 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.28% from 601); Green value is 206 (80.86% from 255 or 34.28% from 601); Blue value is 207 (81.25% from 255 or 34.44% from 601); Max value from RGB is 207 - color contains mainly: blue. Hex color #BCCECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCECF is #433130. Grayscale: #C8C8C8. Windows color (decimal): -4403505 or 13618876. OLE color: 13618876.

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

Color convert

RGB 188 206 207 -
CMYK 0.09 0.00 0 0.19
HSL 183.16º 0.17% 0.77% -
HSV(B) 183.16º 0.09% 0.81% -
XYZ 54.07 59.34 67.64 -
YUV 200.73 131.54 118.92 -
System Red Green Blue C M Y K H S L
Decimal 188 206 207 0.09 0.00 0 0.19 183.16 0.17 0.77
Hex BC CE CF 9 0 0 13 B7 11 4D
Octal 274 316 317 11 0 0 23 267 21 115
Binary 10111100 11001110 11001111 1001 0 0 10011 10110111 10001 1001101

Color Harmonies of #BCCECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCECF

Black with #BCCECF

Text Example


Text Example

White with #BCCECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCECF; }

 p { color: rgb(188,206,207); }

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

background-color css

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

 a { background-color: rgb(188,206,207); }

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

border-color css

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

 span { border-color: rgb(188,206,207); }

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