Html Css Color HEX #B3CDC3 Jet Stream

📋 copy color: '#B3CDC3'

red 179 ◦ green 205 ◦ blue 195

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

Shades of Jet Stream #B3CDC3

Tints of Jet Stream #B3CDC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 33.68%

R = 30.92%
G = 35.41%
B = 33.68%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#B3CDC3 (or 0xB3CDC3) is known color: Jet Stream. HEX triplet: B3, CD and C3. RGB value is (179,205,195). Sum of RGB (Red+Green+Blue) = 179+205+195=579 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.92% from 579); Green value is 205 (80.47% from 255 or 35.41% from 579); Blue value is 195 (76.56% from 255 or 33.68% from 579); Max value from RGB is 205 - color contains mainly: green. Hex color #B3CDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CDC3 is #4C323C. Grayscale: #C4C4C4. Windows color (decimal): -4993597 or 12832179. OLE color: 12832179.

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

Color convert

RGB 179 205 195 -
CMYK 0.13 0 0.05 0.20
HSL 156.92º 0.21% 0.75% -
HSV(B) 156.92º 0.13% 0.8% -
XYZ 50.27 57.19 60.02 -
YUV 196.09 127.39 115.81 -
System Red Green Blue C M Y K H S L
Decimal 179 205 195 0.13 0 0.05 0.20 156.92 0.21 0.75
Hex B3 CD C3 D 0 5 14 9D 15 4B
Octal 263 315 303 15 0 5 24 235 25 113
Binary 10110011 11001101 11000011 1101 0 101 10100 10011101 10101 1001011

Color Harmonies of #B3CDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3CDC3

Black with #B3CDC3

Text Example


Text Example

White with #B3CDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3CDC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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