Html Css Color HEX #BFCCCE Iron

📋 copy color: '#BFCCCE'

red 191 ◦ green 204 ◦ blue 206

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

Shades of Iron #BFCCCE

Tints of Iron #BFCCCE

RGB

 RED value IS 191 (75% from 255) = 31.78%

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

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

R = 31.78%
G = 33.94%
B = 34.28%

CMYK

 C value IS 0.07

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BFCCCE (or 0xBFCCCE) is known color: Iron. HEX triplet: BF, CC and CE. RGB value is (191,204,206). Sum of RGB (Red+Green+Blue) = 191+204+206=601 (79% of max value = 765). Red value is 191 (75% from 255 or 31.78% from 601); Green value is 204 (80.08% from 255 or 33.94% from 601); Blue value is 206 (80.86% from 255 or 34.28% from 601); Max value from RGB is 206 - color contains mainly: blue. Hex color #BFCCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCCCE is #403331. Grayscale: #C8C8C8. Windows color (decimal): -4207410 or 13552831. OLE color: 13552831.

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

Color convert

RGB 191 204 206 -
CMYK 0.07 0.01 0 0.19
HSL 188º 0.13% 0.78% -
HSV(B) 188º 0.07% 0.81% -
XYZ 54.22 58.72 66.87 -
YUV 200.34 131.19 121.34 -
System Red Green Blue C M Y K H S L
Decimal 191 204 206 0.07 0.01 0 0.19 188 0.13 0.78
Hex BF CC CE 7 1 0 13 BC D 4E
Octal 277 314 316 7 1 0 23 274 15 116
Binary 10111111 11001100 11001110 111 1 0 10011 10111100 1101 1001110

Color Harmonies of #BFCCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCCCE

Black with #BFCCCE

Text Example


Text Example

White with #BFCCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCCCE; }

 p { color: rgb(191,204,206); }

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

background-color css

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

 a { background-color: rgb(191,204,206); }

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

border-color css

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

 span { border-color: rgb(191,204,206); }

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