Html Css Color HEX #B3CFC8 Jet Stream

📋 copy color: '#B3CFC8'

red 179 ◦ green 207 ◦ blue 200

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

Shades of Jet Stream #B3CFC8

Tints of Jet Stream #B3CFC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 34.13%

R = 30.55%
G = 35.32%
B = 34.13%

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

#B3CFC8 (or 0xB3CFC8) is known color: Jet Stream. HEX triplet: B3, CF and C8. RGB value is (179,207,200). Sum of RGB (Red+Green+Blue) = 179+207+200=586 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.55% from 586); Green value is 207 (81.25% from 255 or 35.32% from 586); Blue value is 200 (78.52% from 255 or 34.13% from 586); Max value from RGB is 207 - color contains mainly: green. Hex color #B3CFC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CFC8 is #4C3037. Grayscale: #C5C5C5. Windows color (decimal): -4993080 or 13160371. OLE color: 13160371.

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

Color convert

RGB 179 207 200 -
CMYK 0.14 0 0.03 0.19
HSL 165º 0.23% 0.76% -
HSV(B) 165º 0.14% 0.81% -
XYZ 51.33 58.38 63.21 -
YUV 197.83 129.22 114.57 -
System Red Green Blue C M Y K H S L
Decimal 179 207 200 0.14 0 0.03 0.19 165 0.23 0.76
Hex B3 CF C8 E 0 3 13 A5 17 4C
Octal 263 317 310 16 0 3 23 245 27 114
Binary 10110011 11001111 11001000 1110 0 11 10011 10100101 10111 1001100

Color Harmonies of #B3CFC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3CFC8

Black with #B3CFC8

Text Example


Text Example

White with #B3CFC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3CFC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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