Html Css Color HEX #BCCCCF Iron

📋 copy color: '#BCCCCF'

red 188 ◦ green 204 ◦ blue 207

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

Shades of Iron #BCCCCF

Tints of Iron #BCCCCF

RGB

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

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

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

R = 31.39%
G = 34.06%
B = 34.56%

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

#BCCCCF (or 0xBCCCCF) is known color: Iron. HEX triplet: BC, CC and CF. RGB value is (188,204,207). Sum of RGB (Red+Green+Blue) = 188+204+207=599 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.39% from 599); Green value is 204 (80.08% from 255 or 34.06% from 599); Blue value is 207 (81.25% from 255 or 34.56% from 599); Max value from RGB is 207 - color contains mainly: blue. Hex color #BCCCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCCCF is #433330. Grayscale: #C7C7C7. Windows color (decimal): -4404017 or 13618364. OLE color: 13618364.

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

Color convert

RGB 188 204 207 -
CMYK 0.09 0.01 0 0.19
HSL 189.47º 0.17% 0.77% -
HSV(B) 189.47º 0.09% 0.81% -
XYZ 53.59 58.38 67.48 -
YUV 199.56 132.2 119.76 -
System Red Green Blue C M Y K H S L
Decimal 188 204 207 0.09 0.01 0 0.19 189.47 0.17 0.77
Hex BC CC CF 9 1 0 13 BD 11 4D
Octal 274 314 317 11 1 0 23 275 21 115
Binary 10111100 11001100 11001111 1001 1 0 10011 10111101 10001 1001101

Color Harmonies of #BCCCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCCCF

Black with #BCCCCF

Text Example


Text Example

White with #BCCCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCCCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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