Html Css Color HEX #B6CFC7 Jet Stream

📋 copy color: '#B6CFC7'

red 182 ◦ green 207 ◦ blue 199

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

Shades of Jet Stream #B6CFC7

Tints of Jet Stream #B6CFC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 33.84%

R = 30.95%
G = 35.2%
B = 33.84%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#B6CFC7 (or 0xB6CFC7) is known color: Jet Stream. HEX triplet: B6, CF and C7. RGB value is (182,207,199). Sum of RGB (Red+Green+Blue) = 182+207+199=588 (77% of max value = 765). Red value is 182 (71.48% from 255 or 30.95% from 588); Green value is 207 (81.25% from 255 or 35.20% from 588); Blue value is 199 (78.12% from 255 or 33.84% from 588); Max value from RGB is 207 - color contains mainly: green. Hex color #B6CFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CFC7 is #493038. Grayscale: #C6C6C6. Windows color (decimal): -4796473 or 13094838. OLE color: 13094838.

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

Color convert

RGB 182 207 199 -
CMYK 0.12 0 0.04 0.19
HSL 160.8º 0.21% 0.76% -
HSV(B) 160.8º 0.12% 0.81% -
XYZ 51.91 58.69 62.63 -
YUV 198.61 128.22 116.15 -
System Red Green Blue C M Y K H S L
Decimal 182 207 199 0.12 0 0.04 0.19 160.8 0.21 0.76
Hex B6 CF C7 C 0 4 13 A1 15 4C
Octal 266 317 307 14 0 4 23 241 25 114
Binary 10110110 11001111 11000111 1100 0 100 10011 10100001 10101 1001100

Color Harmonies of #B6CFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6CFC7

Black with #B6CFC7

Text Example


Text Example

White with #B6CFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6CFC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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