Html Css Color HEX #B7CECF Jungle Mist

📋 copy color: '#B7CECF'

red 183 ◦ green 206 ◦ blue 207

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

Shades of Jungle Mist #B7CECF

Tints of Jungle Mist #B7CECF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.56%

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

R = 30.7%
G = 34.56%
B = 34.73%

CMYK

 C value IS 0.12

 M value IS 0.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B7CECF (or 0xB7CECF) is known color: Jungle Mist. HEX triplet: B7, CE and CF. RGB value is (183,206,207). Sum of RGB (Red+Green+Blue) = 183+206+207=596 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.70% from 596); Green value is 206 (80.86% from 255 or 34.56% from 596); Blue value is 207 (81.25% from 255 or 34.73% from 596); Max value from RGB is 207 - color contains mainly: blue. Hex color #B7CECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CECF is #483130. Grayscale: #C7C7C7. Windows color (decimal): -4731185 or 13618871. OLE color: 13618871.

HSL color Cylindrical-coordinate representation of color #B7CECF: hue angle of 182.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 #B7CECF is Cyan = 0.12, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 183 206 207 -
CMYK 0.12 0.00 0 0.19
HSL 182.5º 0.2% 0.76% -
HSV(B) 182.5º 0.12% 0.81% -
XYZ 52.86 58.71 67.58 -
YUV 199.24 132.38 116.42 -
System Red Green Blue C M Y K H S L
Decimal 183 206 207 0.12 0.00 0 0.19 182.5 0.2 0.76
Hex B7 CE CF C 0 0 13 B6 14 4C
Octal 267 316 317 14 0 0 23 266 24 114
Binary 10110111 11001110 11001111 1100 0 0 10011 10110110 10100 1001100

Color Harmonies of #B7CECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7CECF

Black with #B7CECF

Text Example


Text Example

White with #B7CECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7CECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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