Html Css Color HEX #B3CDC5 Jet Stream

📋 copy color: '#B3CDC5'

red 179 ◦ green 205 ◦ blue 197

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

Shades of Jet Stream #B3CDC5

Tints of Jet Stream #B3CDC5

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.28%

 BLUE value IS 197 (77.34% from 255) = 33.91%

R = 30.81%
G = 35.28%
B = 33.91%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#B3CDC5 (or 0xB3CDC5) is known color: Jet Stream. HEX triplet: B3, CD and C5. RGB value is (179,205,197). Sum of RGB (Red+Green+Blue) = 179+205+197=581 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.81% from 581); Green value is 205 (80.47% from 255 or 35.28% from 581); Blue value is 197 (77.34% from 255 or 33.91% from 581); Max value from RGB is 205 - color contains mainly: green. Hex color #B3CDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CDC5 is #4C323A. Grayscale: #C4C4C4. Windows color (decimal): -4993595 or 12963251. OLE color: 12963251.

HSL color Cylindrical-coordinate representation of color #B3CDC5: hue angle of 161.54º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B3CDC5 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB 179 205 197 -
CMYK 0.13 0 0.04 0.20
HSL 161.54º 0.21% 0.75% -
HSV(B) 161.54º 0.13% 0.8% -
XYZ 50.5 57.28 61.22 -
YUV 196.31 128.39 115.65 -
System Red Green Blue C M Y K H S L
Decimal 179 205 197 0.13 0 0.04 0.20 161.54 0.21 0.75
Hex B3 CD C5 D 0 4 14 A2 15 4B
Octal 263 315 305 15 0 4 24 242 25 113
Binary 10110011 11001101 11000101 1101 0 100 10100 10100010 10101 1001011

Color Harmonies of #B3CDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3CDC5

Black with #B3CDC5

Text Example


Text Example

White with #B3CDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3CDC5; }

 p { color: rgb(179,205,197); }

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

background-color css

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

 a { background-color: rgb(179,205,197); }

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

border-color css

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

 span { border-color: rgb(179,205,197); }

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