Html Css Color HEX #BCCFCF Iron

📋 copy color: '#BCCFCF'

red 188 ◦ green 207 ◦ blue 207

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

Shades of Iron #BCCFCF

Tints of Iron #BCCFCF

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.39%

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

R = 31.23%
G = 34.39%
B = 34.39%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BCCFCF (or 0xBCCFCF) is known color: Iron. HEX triplet: BC, CF and CF. RGB value is (188,207,207). Sum of RGB (Red+Green+Blue) = 188+207+207=602 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.23% from 602); Green value is 207 (81.25% from 255 or 34.39% from 602); Blue value is 207 (81.25% from 255 or 34.39% from 602); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #BCCFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCFCF is #433030. Grayscale: #C9C9C9. Windows color (decimal): -4403249 or 13619132. OLE color: 13619132.

HSL color Cylindrical-coordinate representation of color #BCCFCF: hue angle of 180º 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 #BCCFCF is Cyan = 0.09, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 207 207 -
CMYK 0.09 0 0 0.19
HSL 180º 0.17% 0.77% -
HSV(B) 180º 0.09% 0.81% -
XYZ 54.31 59.82 67.72 -
YUV 201.32 131.21 118.5 -
System Red Green Blue C M Y K H S L
Decimal 188 207 207 0.09 0 0 0.19 180 0.17 0.77
Hex BC CF CF 9 0 0 13 B4 11 4D
Octal 274 317 317 11 0 0 23 264 21 115
Binary 10111100 11001111 11001111 1001 0 0 10011 10110100 10001 1001101

Color Harmonies of #BCCFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCFCF

Black with #BCCFCF

Text Example


Text Example

White with #BCCFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCFCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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