Html Css Color HEX #BBCCD1 Iron

📋 copy color: '#BBCCD1'

red 187 ◦ green 204 ◦ blue 209

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

Shades of Iron #BBCCD1

Tints of Iron #BBCCD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 34.83%

R = 31.17%
G = 34%
B = 34.83%

CMYK

 C value IS 0.11

 M value IS 0.02

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BBCCD1 (or 0xBBCCD1) is known color: Iron. HEX triplet: BB, CC and D1. RGB value is (187,204,209). Sum of RGB (Red+Green+Blue) = 187+204+209=600 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.17% from 600); Green value is 204 (80.08% from 255 or 34% from 600); Blue value is 209 (82.03% from 255 or 34.83% from 600); Max value from RGB is 209 - color contains mainly: blue. Hex color #BBCCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCCD1 is #44332E. Grayscale: #C7C7C7. Windows color (decimal): -4469551 or 13749435. OLE color: 13749435.

HSL color Cylindrical-coordinate representation of color #BBCCD1: hue angle of 193.64º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBCCD1 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 204 209 -
CMYK 0.11 0.02 0 0.18
HSL 193.64º 0.19% 0.78% -
HSV(B) 193.64º 0.11% 0.82% -
XYZ 53.6 58.35 68.76 -
YUV 199.49 133.37 119.09 -
System Red Green Blue C M Y K H S L
Decimal 187 204 209 0.11 0.02 0 0.18 193.64 0.19 0.78
Hex BB CC D1 B 2 0 12 C2 13 4E
Octal 273 314 321 13 2 0 22 302 23 116
Binary 10111011 11001100 11010001 1011 10 0 10010 11000010 10011 1001110

Color Harmonies of #BBCCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCCD1

Black with #BBCCD1

Text Example


Text Example

White with #BBCCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCCD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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