Html Css Color HEX #BBCCCF Iron

📋 copy color: '#BBCCCF'

red 187 ◦ green 204 ◦ blue 207

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

Shades of Iron #BBCCCF

Tints of Iron #BBCCCF

RGB

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

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

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

R = 31.27%
G = 34.11%
B = 34.62%

CMYK

 C value IS 0.10

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BBCCCF (or 0xBBCCCF) is known color: Iron. HEX triplet: BB, CC and CF. RGB value is (187,204,207). Sum of RGB (Red+Green+Blue) = 187+204+207=598 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.27% from 598); Green value is 204 (80.08% from 255 or 34.11% from 598); Blue value is 207 (81.25% from 255 or 34.62% from 598); Max value from RGB is 207 - color contains mainly: blue. Hex color #BBCCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCCCF is #443330. Grayscale: #C7C7C7. Windows color (decimal): -4469553 or 13618363. OLE color: 13618363.

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

Color convert

RGB 187 204 207 -
CMYK 0.10 0.01 0 0.19
HSL 189º 0.17% 0.77% -
HSV(B) 189º 0.1% 0.81% -
XYZ 53.35 58.26 67.46 -
YUV 199.26 132.37 119.26 -
System Red Green Blue C M Y K H S L
Decimal 187 204 207 0.10 0.01 0 0.19 189 0.17 0.77
Hex BB CC CF A 1 0 13 BD 11 4D
Octal 273 314 317 12 1 0 23 275 21 115
Binary 10111011 11001100 11001111 1010 1 0 10011 10111101 10001 1001101

Color Harmonies of #BBCCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCCCF

Black with #BBCCCF

Text Example


Text Example

White with #BBCCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCCCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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