Html Css Color HEX #B3CFC7 Jet Stream

📋 copy color: '#B3CFC7'

red 179 ◦ green 207 ◦ blue 199

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

Shades of Jet Stream #B3CFC7

Tints of Jet Stream #B3CFC7

RGB

 RED value IS 179 (70.31% from 255) = 30.6%

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

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

R = 30.6%
G = 35.38%
B = 34.02%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#B3CFC7 (or 0xB3CFC7) is known color: Jet Stream. HEX triplet: B3, CF and C7. RGB value is (179,207,199). Sum of RGB (Red+Green+Blue) = 179+207+199=585 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.60% from 585); Green value is 207 (81.25% from 255 or 35.38% from 585); Blue value is 199 (78.12% from 255 or 34.02% from 585); Max value from RGB is 207 - color contains mainly: green. Hex color #B3CFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CFC7 is #4C3038. Grayscale: #C5C5C5. Windows color (decimal): -4993081 or 13094835. OLE color: 13094835.

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

Color convert

RGB 179 207 199 -
CMYK 0.14 0 0.04 0.19
HSL 162.86º 0.23% 0.76% -
HSV(B) 162.86º 0.14% 0.81% -
XYZ 51.21 58.33 62.59 -
YUV 197.72 128.72 114.65 -
System Red Green Blue C M Y K H S L
Decimal 179 207 199 0.14 0 0.04 0.19 162.86 0.23 0.76
Hex B3 CF C7 E 0 4 13 A3 17 4C
Octal 263 317 307 16 0 4 23 243 27 114
Binary 10110011 11001111 11000111 1110 0 100 10011 10100011 10111 1001100

Color Harmonies of #B3CFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3CFC7

Black with #B3CFC7

Text Example


Text Example

White with #B3CFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3CFC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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