Html Css Color HEX #B7CFC6 Jet Stream

📋 copy color: '#B7CFC6'

red 183 ◦ green 207 ◦ blue 198

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

Shades of Jet Stream #B7CFC6

Tints of Jet Stream #B7CFC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 33.67%

R = 31.12%
G = 35.2%
B = 33.67%

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

#B7CFC6 (or 0xB7CFC6) is known color: Jet Stream. HEX triplet: B7, CF and C6. RGB value is (183,207,198). Sum of RGB (Red+Green+Blue) = 183+207+198=588 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.12% from 588); Green value is 207 (81.25% from 255 or 35.20% from 588); Blue value is 198 (77.73% from 255 or 33.67% from 588); Max value from RGB is 207 - color contains mainly: green. Hex color #B7CFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CFC6 is #483039. Grayscale: #C6C6C6. Windows color (decimal): -4730938 or 13029303. OLE color: 13029303.

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

Color convert

RGB 183 207 198 -
CMYK 0.12 0 0.04 0.19
HSL 157.5º 0.2% 0.76% -
HSV(B) 157.5º 0.12% 0.81% -
XYZ 52.03 58.77 62.03 -
YUV 198.8 127.55 116.73 -
System Red Green Blue C M Y K H S L
Decimal 183 207 198 0.12 0 0.04 0.19 157.5 0.2 0.76
Hex B7 CF C6 C 0 4 13 9E 14 4C
Octal 267 317 306 14 0 4 23 236 24 114
Binary 10110111 11001111 11000110 1100 0 100 10011 10011110 10100 1001100

Color Harmonies of #B7CFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7CFC6

Black with #B7CFC6

Text Example


Text Example

White with #B7CFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7CFC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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