Html Css Color HEX #B7D6CA Jet Stream

📋 copy color: '#B7D6CA'

red 183 ◦ green 214 ◦ blue 202

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

Shades of Jet Stream #B7D6CA

Tints of Jet Stream #B7D6CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 33.72%

R = 30.55%
G = 35.73%
B = 33.72%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#B7D6CA (or 0xB7D6CA) is known color: Jet Stream. HEX triplet: B7, D6 and CA. RGB value is (183,214,202). Sum of RGB (Red+Green+Blue) = 183+214+202=599 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.55% from 599); Green value is 214 (83.98% from 255 or 35.73% from 599); Blue value is 202 (79.30% from 255 or 33.72% from 599); Max value from RGB is 214 - color contains mainly: green. Hex color #B7D6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D6CA is #482935. Grayscale: #CBCBCB. Windows color (decimal): -4729142 or 13293239. OLE color: 13293239.

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

Color convert

RGB 183 214 202 -
CMYK 0.14 0 0.06 0.16
HSL 156.77º 0.27% 0.78% -
HSV(B) 156.77º 0.14% 0.84% -
XYZ 54.24 62.42 65.07 -
YUV 203.36 127.23 113.48 -
System Red Green Blue C M Y K H S L
Decimal 183 214 202 0.14 0 0.06 0.16 156.77 0.27 0.78
Hex B7 D6 CA E 0 6 10 9D 1B 4E
Octal 267 326 312 16 0 6 20 235 33 116
Binary 10110111 11010110 11001010 1110 0 110 10000 10011101 11011 1001110

Color Harmonies of #B7D6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7D6CA

Black with #B7D6CA

Text Example


Text Example

White with #B7D6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7D6CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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