Html Css Color HEX #B7D5CD Jet Stream

📋 copy color: '#B7D5CD'

red 183 ◦ green 213 ◦ blue 205

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

Shades of Jet Stream #B7D5CD

Tints of Jet Stream #B7D5CD

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.44%

 BLUE value IS 205 (80.47% from 255) = 34.11%

R = 30.45%
G = 35.44%
B = 34.11%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#B7D5CD (or 0xB7D5CD) is known color: Jet Stream. HEX triplet: B7, D5 and CD. RGB value is (183,213,205). Sum of RGB (Red+Green+Blue) = 183+213+205=601 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.45% from 601); Green value is 213 (83.59% from 255 or 35.44% from 601); Blue value is 205 (80.47% from 255 or 34.11% from 601); Max value from RGB is 213 - color contains mainly: green. Hex color #B7D5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D5CD is #482A32. Grayscale: #CBCBCB. Windows color (decimal): -4729395 or 13489591. OLE color: 13489591.

HSL color Cylindrical-coordinate representation of color #B7D5CD: hue angle of 164º degrees, saturation: 0.26, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B7D5CD is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 183 213 205 -
CMYK 0.14 0 0.04 0.16
HSL 164º 0.26% 0.78% -
HSV(B) 164º 0.14% 0.84% -
XYZ 54.34 62.06 66.87 -
YUV 203.12 129.06 113.65 -
System Red Green Blue C M Y K H S L
Decimal 183 213 205 0.14 0 0.04 0.16 164 0.26 0.78
Hex B7 D5 CD E 0 4 10 A4 1A 4E
Octal 267 325 315 16 0 4 20 244 32 116
Binary 10110111 11010101 11001101 1110 0 100 10000 10100100 11010 1001110

Color Harmonies of #B7D5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7D5CD

Black with #B7D5CD

Text Example


Text Example

White with #B7D5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7D5CD; }

 p { color: rgb(183,213,205); }

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

background-color css

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

 a { background-color: rgb(183,213,205); }

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

border-color css

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

 span { border-color: rgb(183,213,205); }

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