Html Css Color HEX #B7CFC7 Jet Stream

📋 copy color: '#B7CFC7'

red 183 ◦ green 207 ◦ blue 199

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

Shades of Jet Stream #B7CFC7

Tints of Jet Stream #B7CFC7

RGB

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

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

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

R = 31.07%
G = 35.14%
B = 33.79%

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

#B7CFC7 (or 0xB7CFC7) is known color: Jet Stream. HEX triplet: B7, CF and C7. RGB value is (183,207,199). Sum of RGB (Red+Green+Blue) = 183+207+199=589 (78% of max value = 765). Red value is 183 (71.88% from 255 or 31.07% from 589); Green value is 207 (81.25% from 255 or 35.14% from 589); Blue value is 199 (78.12% from 255 or 33.79% from 589); Max value from RGB is 207 - color contains mainly: green. Hex color #B7CFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CFC7 is #483038. Grayscale: #C6C6C6. Windows color (decimal): -4730937 or 13094839. OLE color: 13094839.

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

Color convert

RGB 183 207 199 -
CMYK 0.12 0 0.04 0.19
HSL 160º 0.2% 0.76% -
HSV(B) 160º 0.12% 0.81% -
XYZ 52.15 58.82 62.64 -
YUV 198.91 128.05 116.65 -
System Red Green Blue C M Y K H S L
Decimal 183 207 199 0.12 0 0.04 0.19 160 0.2 0.76
Hex B7 CF C7 C 0 4 13 A0 14 4C
Octal 267 317 307 14 0 4 23 240 24 114
Binary 10110111 11001111 11000111 1100 0 100 10011 10100000 10100 1001100

Color Harmonies of #B7CFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7CFC7

Black with #B7CFC7

Text Example


Text Example

White with #B7CFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7CFC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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