Html Css Color HEX #B7D8CA Jet Stream

📋 copy color: '#B7D8CA'

red 183 ◦ green 216 ◦ blue 202

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

Shades of Jet Stream #B7D8CA

Tints of Jet Stream #B7D8CA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 35.94%

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

R = 30.45%
G = 35.94%
B = 33.61%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#B7D8CA (or 0xB7D8CA) is known color: Jet Stream. HEX triplet: B7, D8 and CA. RGB value is (183,216,202). Sum of RGB (Red+Green+Blue) = 183+216+202=601 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.45% from 601); Green value is 216 (84.77% from 255 or 35.94% from 601); Blue value is 202 (79.30% from 255 or 33.61% from 601); Max value from RGB is 216 - color contains mainly: green. Hex color #B7D8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D8CA is #482735. Grayscale: #CCCCCC. Windows color (decimal): -4728630 or 13293751. OLE color: 13293751.

HSL color Cylindrical-coordinate representation of color #B7D8CA: hue angle of 154.55º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B7D8CA is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 183 216 202 -
CMYK 0.15 0 0.06 0.15
HSL 154.55º 0.3% 0.78% -
HSV(B) 154.55º 0.15% 0.85% -
XYZ 54.74 63.44 65.24 -
YUV 204.54 126.57 112.64 -
System Red Green Blue C M Y K H S L
Decimal 183 216 202 0.15 0 0.06 0.15 154.55 0.3 0.78
Hex B7 D8 CA F 0 6 F 9B 1E 4E
Octal 267 330 312 17 0 6 17 233 36 116
Binary 10110111 11011000 11001010 1111 0 110 1111 10011011 11110 1001110

Color Harmonies of #B7D8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7D8CA

Black with #B7D8CA

Text Example


Text Example

White with #B7D8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7D8CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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