Html Css Color HEX #BBCFCD Iron

📋 copy color: '#BBCFCD'

red 187 ◦ green 207 ◦ blue 205

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

Shades of Iron #BBCFCD

Tints of Iron #BBCFCD

RGB

 RED value IS 187 (73.44% from 255) = 31.22%

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

 BLUE value IS 205 (80.47% from 255) = 34.22%

R = 31.22%
G = 34.56%
B = 34.22%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#BBCFCD (or 0xBBCFCD) is known color: Iron. HEX triplet: BB, CF and CD. RGB value is (187,207,205). Sum of RGB (Red+Green+Blue) = 187+207+205=599 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.22% from 599); Green value is 207 (81.25% from 255 or 34.56% from 599); Blue value is 205 (80.47% from 255 or 34.22% from 599); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCFCD is #443032. Grayscale: #C8C8C8. Windows color (decimal): -4468787 or 13488059. OLE color: 13488059.

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

Color convert

RGB 187 207 205 -
CMYK 0.10 0 0.01 0.19
HSL 174º 0.17% 0.77% -
HSV(B) 174º 0.1% 0.81% -
XYZ 53.83 59.6 66.42 -
YUV 200.79 130.37 118.16 -
System Red Green Blue C M Y K H S L
Decimal 187 207 205 0.10 0 0.01 0.19 174 0.17 0.77
Hex BB CF CD A 0 1 13 AE 11 4D
Octal 273 317 315 12 0 1 23 256 21 115
Binary 10111011 11001111 11001101 1010 0 1 10011 10101110 10001 1001101

Color Harmonies of #BBCFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCFCD

Black with #BBCFCD

Text Example


Text Example

White with #BBCFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCFCD; }

 p { color: rgb(187,207,205); }

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

background-color css

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

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

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

border-color css

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

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

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