Html Css Color HEX #B7CBCB Jungle Mist

📋 copy color: '#B7CBCB'

red 183 ◦ green 203 ◦ blue 203

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

Shades of Jungle Mist #B7CBCB

Tints of Jungle Mist #B7CBCB

RGB

 RED value IS 183 (71.88% from 255) = 31.07%

 GREEN value IS 203 (79.69% from 255) = 34.47%

 BLUE value IS 203 (79.69% from 255) = 34.47%

R = 31.07%
G = 34.47%
B = 34.47%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B7CBCB (or 0xB7CBCB) is known color: Jungle Mist. HEX triplet: B7, CB and CB. RGB value is (183,203,203). Sum of RGB (Red+Green+Blue) = 183+203+203=589 (78% of max value = 765). Red value is 183 (71.88% from 255 or 31.07% from 589); Green value is 203 (79.69% from 255 or 34.47% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #B7CBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CBCB is #483434. Grayscale: #C5C5C5. Windows color (decimal): -4731957 or 13355959. OLE color: 13355959.

HSL color Cylindrical-coordinate representation of color #B7CBCB: hue angle of 180º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B7CBCB is Cyan = 0.10, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 183 203 203 -
CMYK 0.10 0 0 0.20
HSL 180º 0.16% 0.76% -
HSV(B) 180º 0.1% 0.8% -
XYZ 51.66 57.09 64.8 -
YUV 197.02 131.37 118 -
System Red Green Blue C M Y K H S L
Decimal 183 203 203 0.10 0 0 0.20 180 0.16 0.76
Hex B7 CB CB A 0 0 14 B4 10 4C
Octal 267 313 313 12 0 0 24 264 20 114
Binary 10110111 11001011 11001011 1010 0 0 10100 10110100 10000 1001100

Color Harmonies of #B7CBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7CBCB

Black with #B7CBCB

Text Example


Text Example

White with #B7CBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7CBCB; }

 p { color: rgb(183,203,203); }

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

background-color css

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

 a { background-color: rgb(183,203,203); }

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

border-color css

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

 span { border-color: rgb(183,203,203); }

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