Html Css Color HEX #BBCDD1 Iron

📋 copy color: '#BBCDD1'

red 187 ◦ green 205 ◦ blue 209

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

Shades of Iron #BBCDD1

Tints of Iron #BBCDD1

RGB

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

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

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

R = 31.11%
G = 34.11%
B = 34.78%

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

#BBCDD1 (or 0xBBCDD1) is known color: Iron. HEX triplet: BB, CD and D1. RGB value is (187,205,209). Sum of RGB (Red+Green+Blue) = 187+205+209=601 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.11% from 601); Green value is 205 (80.47% from 255 or 34.11% from 601); Blue value is 209 (82.03% from 255 or 34.78% from 601); Max value from RGB is 209 - color contains mainly: blue. Hex color #BBCDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCDD1 is #44322E. Grayscale: #C8C8C8. Windows color (decimal): -4469295 or 13749691. OLE color: 13749691.

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

Color convert

RGB 187 205 209 -
CMYK 0.11 0.02 0 0.18
HSL 190.91º 0.19% 0.78% -
HSV(B) 190.91º 0.11% 0.82% -
XYZ 53.83 58.83 68.84 -
YUV 200.07 133.04 118.67 -
System Red Green Blue C M Y K H S L
Decimal 187 205 209 0.11 0.02 0 0.18 190.91 0.19 0.78
Hex BB CD D1 B 2 0 12 BF 13 4E
Octal 273 315 321 13 2 0 22 277 23 116
Binary 10111011 11001101 11010001 1011 10 0 10010 10111111 10011 1001110

Color Harmonies of #BBCDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCDD1

Black with #BBCDD1

Text Example


Text Example

White with #BBCDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCDD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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