Html Css Color HEX #B5CFCF Jungle Mist

📋 copy color: '#B5CFCF'

red 181 ◦ green 207 ◦ blue 207

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

Shades of Jungle Mist #B5CFCF

Tints of Jungle Mist #B5CFCF

RGB

 RED value IS 181 (71.09% from 255) = 30.42%

 GREEN value IS 207 (81.25% from 255) = 34.79%

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

R = 30.42%
G = 34.79%
B = 34.79%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B5CFCF (or 0xB5CFCF) is known color: Jungle Mist. HEX triplet: B5, CF and CF. RGB value is (181,207,207). Sum of RGB (Red+Green+Blue) = 181+207+207=595 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.42% from 595); Green value is 207 (81.25% from 255 or 34.79% from 595); Blue value is 207 (81.25% from 255 or 34.79% from 595); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #B5CFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CFCF is #4A3030. Grayscale: #C7C7C7. Windows color (decimal): -4862001 or 13619125. OLE color: 13619125.

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

Color convert

RGB 181 207 207 -
CMYK 0.13 0 0 0.19
HSL 180º 0.21% 0.76% -
HSV(B) 180º 0.13% 0.81% -
XYZ 52.63 58.95 67.64 -
YUV 199.23 132.39 115 -
System Red Green Blue C M Y K H S L
Decimal 181 207 207 0.13 0 0 0.19 180 0.21 0.76
Hex B5 CF CF D 0 0 13 B4 15 4C
Octal 265 317 317 15 0 0 23 264 25 114
Binary 10110101 11001111 11001111 1101 0 0 10011 10110100 10101 1001100

Color Harmonies of #B5CFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CFCF

Black with #B5CFCF

Text Example


Text Example

White with #B5CFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CFCF; }

 p { color: rgb(181,207,207); }

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

background-color css

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

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

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

border-color css

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

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

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