Html Css Color HEX #B7D1C9 Jet Stream

📋 copy color: '#B7D1C9'

red 183 ◦ green 209 ◦ blue 201

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

Shades of Jet Stream #B7D1C9

Tints of Jet Stream #B7D1C9

RGB

 RED value IS 183 (71.88% from 255) = 30.86%

 GREEN value IS 209 (82.03% from 255) = 35.24%

 BLUE value IS 201 (78.91% from 255) = 33.9%

R = 30.86%
G = 35.24%
B = 33.9%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#B7D1C9 (or 0xB7D1C9) is known color: Jet Stream. HEX triplet: B7, D1 and C9. RGB value is (183,209,201). Sum of RGB (Red+Green+Blue) = 183+209+201=593 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.86% from 593); Green value is 209 (82.03% from 255 or 35.24% from 593); Blue value is 201 (78.91% from 255 or 33.90% from 593); Max value from RGB is 209 - color contains mainly: green. Hex color #B7D1C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D1C9 is #482E36. Grayscale: #C8C8C8. Windows color (decimal): -4730423 or 13226423. OLE color: 13226423.

HSL color Cylindrical-coordinate representation of color #B7D1C9: hue angle of 161.54º degrees, saturation: 0.22, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B7D1C9 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 183 209 201 -
CMYK 0.12 0 0.04 0.18
HSL 161.54º 0.22% 0.77% -
HSV(B) 161.54º 0.12% 0.82% -
XYZ 52.87 59.89 64.03 -
YUV 200.31 128.39 115.65 -
System Red Green Blue C M Y K H S L
Decimal 183 209 201 0.12 0 0.04 0.18 161.54 0.22 0.77
Hex B7 D1 C9 C 0 4 12 A2 16 4D
Octal 267 321 311 14 0 4 22 242 26 115
Binary 10110111 11010001 11001001 1100 0 100 10010 10100010 10110 1001101

Color Harmonies of #B7D1C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7D1C9

Black with #B7D1C9

Text Example


Text Example

White with #B7D1C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7D1C9; }

 p { color: rgb(183,209,201); }

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

background-color css

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

 a { background-color: rgb(183,209,201); }

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

border-color css

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

 span { border-color: rgb(183,209,201); }

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