Html Css Color HEX #B7CCCF Jungle Mist

📋 copy color: '#B7CCCF'

red 183 ◦ green 204 ◦ blue 207

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

Shades of Jungle Mist #B7CCCF

Tints of Jungle Mist #B7CCCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 34.85%

R = 30.81%
G = 34.34%
B = 34.85%

CMYK

 C value IS 0.12

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B7CCCF (or 0xB7CCCF) is known color: Jungle Mist. HEX triplet: B7, CC and CF. RGB value is (183,204,207). Sum of RGB (Red+Green+Blue) = 183+204+207=594 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.81% from 594); Green value is 204 (80.08% from 255 or 34.34% from 594); Blue value is 207 (81.25% from 255 or 34.85% from 594); Max value from RGB is 207 - color contains mainly: blue. Hex color #B7CCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CCCF is #483330. Grayscale: #C6C6C6. Windows color (decimal): -4731697 or 13618359. OLE color: 13618359.

HSL color Cylindrical-coordinate representation of color #B7CCCF: hue angle of 187.5º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B7CCCF is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 183 204 207 -
CMYK 0.12 0.01 0 0.19
HSL 187.5º 0.2% 0.76% -
HSV(B) 187.5º 0.12% 0.81% -
XYZ 52.38 57.76 67.42 -
YUV 198.06 133.04 117.26 -
System Red Green Blue C M Y K H S L
Decimal 183 204 207 0.12 0.01 0 0.19 187.5 0.2 0.76
Hex B7 CC CF C 1 0 13 BC 14 4C
Octal 267 314 317 14 1 0 23 274 24 114
Binary 10110111 11001100 11001111 1100 1 0 10011 10111100 10100 1001100

Color Harmonies of #B7CCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7CCCF

Black with #B7CCCF

Text Example


Text Example

White with #B7CCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7CCCF; }

 p { color: rgb(183,204,207); }

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

background-color css

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

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

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

border-color css

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

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

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