Html Css Color HEX #B7D0C5 Jet Stream

📋 copy color: '#B7D0C5'

red 183 ◦ green 208 ◦ blue 197

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

Shades of Jet Stream #B7D0C5

Tints of Jet Stream #B7D0C5

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.37%

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

R = 31.12%
G = 35.37%
B = 33.5%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#B7D0C5 (or 0xB7D0C5) is known color: Jet Stream. HEX triplet: B7, D0 and C5. RGB value is (183,208,197). Sum of RGB (Red+Green+Blue) = 183+208+197=588 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.12% from 588); Green value is 208 (81.64% from 255 or 35.37% from 588); Blue value is 197 (77.34% from 255 or 33.50% from 588); Max value from RGB is 208 - color contains mainly: green. Hex color #B7D0C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D0C5 is #482F3A. Grayscale: #C7C7C7. Windows color (decimal): -4730683 or 12964023. OLE color: 12964023.

HSL color Cylindrical-coordinate representation of color #B7D0C5: hue angle of 153.6º degrees, saturation: 0.21, 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 #B7D0C5 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB 183 208 197 -
CMYK 0.12 0 0.05 0.18
HSL 153.6º 0.21% 0.77% -
HSV(B) 153.6º 0.12% 0.82% -
XYZ 52.16 59.21 61.5 -
YUV 199.27 126.72 116.39 -
System Red Green Blue C M Y K H S L
Decimal 183 208 197 0.12 0 0.05 0.18 153.6 0.21 0.77
Hex B7 D0 C5 C 0 5 12 9A 15 4D
Octal 267 320 305 14 0 5 22 232 25 115
Binary 10110111 11010000 11000101 1100 0 101 10010 10011010 10101 1001101

Color Harmonies of #B7D0C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7D0C5

Black with #B7D0C5

Text Example


Text Example

White with #B7D0C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7D0C5; }

 p { color: rgb(183,208,197); }

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

background-color css

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

 a { background-color: rgb(183,208,197); }

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

border-color css

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

 span { border-color: rgb(183,208,197); }

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