Html Css Color HEX #B3CFC9 Jet Stream

📋 copy color: '#B3CFC9'

red 179 ◦ green 207 ◦ blue 201

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

Shades of Jet Stream #B3CFC9

Tints of Jet Stream #B3CFC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 34.24%

R = 30.49%
G = 35.26%
B = 34.24%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#B3CFC9 (or 0xB3CFC9) is known color: Jet Stream. HEX triplet: B3, CF and C9. RGB value is (179,207,201). Sum of RGB (Red+Green+Blue) = 179+207+201=587 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.49% from 587); Green value is 207 (81.25% from 255 or 35.26% from 587); Blue value is 201 (78.91% from 255 or 34.24% from 587); Max value from RGB is 207 - color contains mainly: green. Hex color #B3CFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CFC9 is #4C3036. Grayscale: #C5C5C5. Windows color (decimal): -4993079 or 13225907. OLE color: 13225907.

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

Color convert

RGB 179 207 201 -
CMYK 0.14 0 0.03 0.19
HSL 167.14º 0.23% 0.76% -
HSV(B) 167.14º 0.14% 0.81% -
XYZ 51.45 58.43 63.82 -
YUV 197.94 129.72 114.49 -
System Red Green Blue C M Y K H S L
Decimal 179 207 201 0.14 0 0.03 0.19 167.14 0.23 0.76
Hex B3 CF C9 E 0 3 13 A7 17 4C
Octal 263 317 311 16 0 3 23 247 27 114
Binary 10110011 11001111 11001001 1110 0 11 10011 10100111 10111 1001100

Color Harmonies of #B3CFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3CFC9

Black with #B3CFC9

Text Example


Text Example

White with #B3CFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3CFC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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