Html Css Color HEX #B6CFC5 Jet Stream

📋 copy color: '#B6CFC5'

red 182 ◦ green 207 ◦ blue 197

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

Shades of Jet Stream #B6CFC5

Tints of Jet Stream #B6CFC5

RGB

 RED value IS 182 (71.48% from 255) = 31.06%

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

 BLUE value IS 197 (77.34% from 255) = 33.62%

R = 31.06%
G = 35.32%
B = 33.62%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#B6CFC5 (or 0xB6CFC5) is known color: Jet Stream. HEX triplet: B6, CF and C5. RGB value is (182,207,197). Sum of RGB (Red+Green+Blue) = 182+207+197=586 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.06% from 586); Green value is 207 (81.25% from 255 or 35.32% from 586); Blue value is 197 (77.34% from 255 or 33.62% from 586); Max value from RGB is 207 - color contains mainly: green. Hex color #B6CFC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CFC5 is #49303A. Grayscale: #C6C6C6. Windows color (decimal): -4796475 or 12963766. OLE color: 12963766.

HSL color Cylindrical-coordinate representation of color #B6CFC5: hue angle of 156º degrees, saturation: 0.21, 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 #B6CFC5 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 207 197 -
CMYK 0.12 0 0.05 0.19
HSL 156º 0.21% 0.76% -
HSV(B) 156º 0.12% 0.81% -
XYZ 51.68 58.6 61.41 -
YUV 198.39 127.22 116.31 -
System Red Green Blue C M Y K H S L
Decimal 182 207 197 0.12 0 0.05 0.19 156 0.21 0.76
Hex B6 CF C5 C 0 5 13 9C 15 4C
Octal 266 317 305 14 0 5 23 234 25 114
Binary 10110110 11001111 11000101 1100 0 101 10011 10011100 10101 1001100

Color Harmonies of #B6CFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6CFC5

Black with #B6CFC5

Text Example


Text Example

White with #B6CFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6CFC5; }

 p { color: rgb(182,207,197); }

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

background-color css

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

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

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

border-color css

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

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

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