Html Css Color HEX #B3CFC4 Jet Stream

📋 copy color: '#B3CFC4'

red 179 ◦ green 207 ◦ blue 196

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

Shades of Jet Stream #B3CFC4

Tints of Jet Stream #B3CFC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 33.68%

R = 30.76%
G = 35.57%
B = 33.68%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#B3CFC4 (or 0xB3CFC4) is known color: Jet Stream. HEX triplet: B3, CF and C4. RGB value is (179,207,196). Sum of RGB (Red+Green+Blue) = 179+207+196=582 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.76% from 582); Green value is 207 (81.25% from 255 or 35.57% from 582); Blue value is 196 (76.95% from 255 or 33.68% from 582); Max value from RGB is 207 - color contains mainly: green. Hex color #B3CFC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CFC4 is #4C303B. Grayscale: #C5C5C5. Windows color (decimal): -4993084 or 12898227. OLE color: 12898227.

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

Color convert

RGB 179 207 196 -
CMYK 0.14 0 0.05 0.19
HSL 156.43º 0.23% 0.76% -
HSV(B) 156.43º 0.14% 0.81% -
XYZ 50.87 58.19 60.78 -
YUV 197.37 127.22 114.89 -
System Red Green Blue C M Y K H S L
Decimal 179 207 196 0.14 0 0.05 0.19 156.43 0.23 0.76
Hex B3 CF C4 E 0 5 13 9C 17 4C
Octal 263 317 304 16 0 5 23 234 27 114
Binary 10110011 11001111 11000100 1110 0 101 10011 10011100 10111 1001100

Color Harmonies of #B3CFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3CFC4

Black with #B3CFC4

Text Example


Text Example

White with #B3CFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3CFC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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