Html Css Color HEX #BBCCCD Iron

📋 copy color: '#BBCCCD'

red 187 ◦ green 204 ◦ blue 205

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

Shades of Iron #BBCCCD

Tints of Iron #BBCCCD

RGB

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

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

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

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

CMYK

 C value IS 0.09

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #BBCCCD: hue angle of 183.33º 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 #BBCCCD is Cyan = 0.09, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 204 205 -
CMYK 0.09 0.00 0 0.20
HSL 183.33º 0.15% 0.77% -
HSV(B) 183.33º 0.09% 0.8% -
XYZ 53.11 58.16 66.18 -
YUV 199.03 131.37 119.42 -
System Red Green Blue C M Y K H S L
Decimal 187 204 205 0.09 0.00 0 0.20 183.33 0.15 0.77
Hex BB CC CD 9 0 0 14 B7 F 4D
Octal 273 314 315 11 0 0 24 267 17 115
Binary 10111011 11001100 11001101 1001 0 0 10100 10110111 1111 1001101

Color Harmonies of #BBCCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCCCD

Black with #BBCCCD

Text Example


Text Example

White with #BBCCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCCCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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