Html Css Color HEX #B7D6CD Jet Stream

📋 copy color: '#B7D6CD'

red 183 ◦ green 214 ◦ blue 205

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

Shades of Jet Stream #B7D6CD

Tints of Jet Stream #B7D6CD

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.55%

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

R = 30.4%
G = 35.55%
B = 34.05%

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

#B7D6CD (or 0xB7D6CD) is known color: Jet Stream. HEX triplet: B7, D6 and CD. RGB value is (183,214,205). Sum of RGB (Red+Green+Blue) = 183+214+205=602 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.40% from 602); Green value is 214 (83.98% from 255 or 35.55% from 602); Blue value is 205 (80.47% from 255 or 34.05% from 602); Max value from RGB is 214 - color contains mainly: green. Hex color #B7D6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D6CD is #482932. Grayscale: #CBCBCB. Windows color (decimal): -4729139 or 13489847. OLE color: 13489847.

HSL color Cylindrical-coordinate representation of color #B7D6CD: hue angle of 162.58º degrees, saturation: 0.27, 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 #B7D6CD is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 183 214 205 -
CMYK 0.14 0 0.04 0.16
HSL 162.58º 0.27% 0.78% -
HSV(B) 162.58º 0.14% 0.84% -
XYZ 54.59 62.57 66.96 -
YUV 203.71 128.73 113.23 -
System Red Green Blue C M Y K H S L
Decimal 183 214 205 0.14 0 0.04 0.16 162.58 0.27 0.78
Hex B7 D6 CD E 0 4 10 A3 1B 4E
Octal 267 326 315 16 0 4 20 243 33 116
Binary 10110111 11010110 11001101 1110 0 100 10000 10100011 11011 1001110

Color Harmonies of #B7D6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7D6CD

Black with #B7D6CD

Text Example


Text Example

White with #B7D6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7D6CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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