Html Css Color HEX #B0CDC5 Jet Stream

📋 copy color: '#B0CDC5'

red 176 ◦ green 205 ◦ blue 197

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

Shades of Jet Stream #B0CDC5

Tints of Jet Stream #B0CDC5

RGB

 RED value IS 176 (69.14% from 255) = 30.45%

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

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

R = 30.45%
G = 35.47%
B = 34.08%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#B0CDC5 (or 0xB0CDC5) is known color: Jet Stream. HEX triplet: B0, CD and C5. RGB value is (176,205,197). Sum of RGB (Red+Green+Blue) = 176+205+197=578 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.45% from 578); Green value is 205 (80.47% from 255 or 35.47% from 578); Blue value is 197 (77.34% from 255 or 34.08% from 578); Max value from RGB is 205 - color contains mainly: green. Hex color #B0CDC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CDC5 is #4F323A. Grayscale: #C3C3C3. Windows color (decimal): -5190203 or 12963248. OLE color: 12963248.

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

Color convert

RGB 176 205 197 -
CMYK 0.14 0 0.04 0.20
HSL 163.45º 0.22% 0.75% -
HSV(B) 163.45º 0.14% 0.8% -
XYZ 49.81 56.92 61.19 -
YUV 195.42 128.89 114.15 -
System Red Green Blue C M Y K H S L
Decimal 176 205 197 0.14 0 0.04 0.20 163.45 0.22 0.75
Hex B0 CD C5 E 0 4 14 A3 16 4B
Octal 260 315 305 16 0 4 24 243 26 113
Binary 10110000 11001101 11000101 1110 0 100 10100 10100011 10110 1001011

Color Harmonies of #B0CDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CDC5

Black with #B0CDC5

Text Example


Text Example

White with #B0CDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CDC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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