Html Css Color HEX #BBCDCC Iron

📋 copy color: '#BBCDCC'

red 187 ◦ green 205 ◦ blue 204

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

Shades of Iron #BBCDCC

Tints of Iron #BBCDCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.23%

R = 31.38%
G = 34.4%
B = 34.23%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#BBCDCC (or 0xBBCDCC) is known color: Iron. HEX triplet: BB, CD and CC. RGB value is (187,205,204). Sum of RGB (Red+Green+Blue) = 187+205+204=596 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.38% from 596); Green value is 205 (80.47% from 255 or 34.40% from 596); Blue value is 204 (80.08% from 255 or 34.23% from 596); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCDCC is #443233. Grayscale: #C7C7C7. Windows color (decimal): -4469300 or 13422011. OLE color: 13422011.

HSL color Cylindrical-coordinate representation of color #BBCDCC: hue angle of 176.67º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBCDCC is Cyan = 0.09, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 205 204 -
CMYK 0.09 0 0.00 0.20
HSL 176.67º 0.15% 0.77% -
HSV(B) 176.67º 0.09% 0.8% -
XYZ 53.22 58.59 65.63 -
YUV 199.5 130.54 119.08 -
System Red Green Blue C M Y K H S L
Decimal 187 205 204 0.09 0 0.00 0.20 176.67 0.15 0.77
Hex BB CD CC 9 0 0 14 B1 F 4D
Octal 273 315 314 11 0 0 24 261 17 115
Binary 10111011 11001101 11001100 1001 0 0 10100 10110001 1111 1001101

Color Harmonies of #BBCDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCDCC

Black with #BBCDCC

Text Example


Text Example

White with #BBCDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCDCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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