Html Css Color HEX #BBCDD2 Iron

📋 copy color: '#BBCDD2'

red 187 ◦ green 205 ◦ blue 210

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

Shades of Iron #BBCDD2

Tints of Iron #BBCDD2

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.05%

 BLUE value IS 210 (82.42% from 255) = 34.88%

R = 31.06%
G = 34.05%
B = 34.88%

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

#BBCDD2 (or 0xBBCDD2) is known color: Iron. HEX triplet: BB, CD and D2. RGB value is (187,205,210). Sum of RGB (Red+Green+Blue) = 187+205+210=602 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.06% from 602); Green value is 205 (80.47% from 255 or 34.05% from 602); Blue value is 210 (82.42% from 255 or 34.88% from 602); Max value from RGB is 210 - color contains mainly: blue. Hex color #BBCDD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCDD2 is #44322D. Grayscale: #C8C8C8. Windows color (decimal): -4469294 or 13815227. OLE color: 13815227.

HSL color Cylindrical-coordinate representation of color #BBCDD2: hue angle of 193.04º degrees, saturation: 0.2, 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 #BBCDD2 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 205 210 -
CMYK 0.11 0.02 0 0.18
HSL 193.04º 0.2% 0.78% -
HSV(B) 193.04º 0.11% 0.82% -
XYZ 53.96 58.88 69.49 -
YUV 200.19 133.54 118.59 -
System Red Green Blue C M Y K H S L
Decimal 187 205 210 0.11 0.02 0 0.18 193.04 0.2 0.78
Hex BB CD D2 B 2 0 12 C1 14 4E
Octal 273 315 322 13 2 0 22 301 24 116
Binary 10111011 11001101 11010010 1011 10 0 10010 11000001 10100 1001110

Color Harmonies of #BBCDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCDD2

Black with #BBCDD2

Text Example


Text Example

White with #BBCDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCDD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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