Html Css Color HEX #B1D7CB Jet Stream

📋 copy color: '#B1D7CB'

red 177 ◦ green 215 ◦ blue 203

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

Shades of Jet Stream #B1D7CB

Tints of Jet Stream #B1D7CB

RGB

 RED value IS 177 (69.53% from 255) = 29.75%

 GREEN value IS 215 (84.38% from 255) = 36.13%

 BLUE value IS 203 (79.69% from 255) = 34.12%

R = 29.75%
G = 36.13%
B = 34.12%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#B1D7CB (or 0xB1D7CB) is known color: Jet Stream. HEX triplet: B1, D7 and CB. RGB value is (177,215,203). Sum of RGB (Red+Green+Blue) = 177+215+203=595 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.75% from 595); Green value is 215 (84.38% from 255 or 36.13% from 595); Blue value is 203 (79.69% from 255 or 34.12% from 595); Max value from RGB is 215 - color contains mainly: green. Hex color #B1D7CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1D7CB is #4E2834. Grayscale: #CACACA. Windows color (decimal): -5122101 or 13359025. OLE color: 13359025.

HSL color Cylindrical-coordinate representation of color #B1D7CB: hue angle of 161.05º degrees, saturation: 0.32, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B1D7CB is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 177 215 203 -
CMYK 0.18 0 0.06 0.16
HSL 161.05º 0.32% 0.77% -
HSV(B) 161.05º 0.18% 0.84% -
XYZ 53.21 62.26 65.71 -
YUV 202.27 128.41 109.98 -
System Red Green Blue C M Y K H S L
Decimal 177 215 203 0.18 0 0.06 0.16 161.05 0.32 0.77
Hex B1 D7 CB 12 0 6 10 A1 20 4D
Octal 261 327 313 22 0 6 20 241 40 115
Binary 10110001 11010111 11001011 10010 0 110 10000 10100001 100000 1001101

Color Harmonies of #B1D7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D7CB

Black with #B1D7CB

Text Example


Text Example

White with #B1D7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D7CB; }

 p { color: rgb(177,215,203); }

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

background-color css

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

 a { background-color: rgb(177,215,203); }

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

border-color css

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

 span { border-color: rgb(177,215,203); }

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