Html Css Color HEX #BBD1D4 Iron

📋 copy color: '#BBD1D4'

red 187 ◦ green 209 ◦ blue 212

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

Shades of Iron #BBD1D4

Tints of Iron #BBD1D4

RGB

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

 GREEN value IS 209 (82.03% from 255) = 34.38%

 BLUE value IS 212 (83.2% from 255) = 34.87%

R = 30.76%
G = 34.38%
B = 34.87%

CMYK

 C value IS 0.12

 M value IS 0.01

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BBD1D4 (or 0xBBD1D4) is known color: Iron. HEX triplet: BB, D1 and D4. RGB value is (187,209,212). Sum of RGB (Red+Green+Blue) = 187+209+212=608 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.76% from 608); Green value is 209 (82.03% from 255 or 34.38% from 608); Blue value is 212 (83.20% from 255 or 34.87% from 608); Max value from RGB is 212 - color contains mainly: blue. Hex color #BBD1D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD1D4 is #442E2B. Grayscale: #CACACA. Windows color (decimal): -4468268 or 13947323. OLE color: 13947323.

HSL color Cylindrical-coordinate representation of color #BBD1D4: hue angle of 187.2º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBD1D4 is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 187 209 212 -
CMYK 0.12 0.01 0 0.17
HSL 187.2º 0.23% 0.78% -
HSV(B) 187.2º 0.12% 0.83% -
XYZ 55.18 60.92 71.14 -
YUV 202.76 133.21 116.76 -
System Red Green Blue C M Y K H S L
Decimal 187 209 212 0.12 0.01 0 0.17 187.2 0.23 0.78
Hex BB D1 D4 C 1 0 11 BB 17 4E
Octal 273 321 324 14 1 0 21 273 27 116
Binary 10111011 11010001 11010100 1100 1 0 10001 10111011 10111 1001110

Color Harmonies of #BBD1D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD1D4

Black with #BBD1D4

Text Example


Text Example

White with #BBD1D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD1D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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