Html Css Color HEX #B1D8CA Jet Stream

📋 copy color: '#B1D8CA'

red 177 ◦ green 216 ◦ blue 202

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

Shades of Jet Stream #B1D8CA

Tints of Jet Stream #B1D8CA

RGB

 RED value IS 177 (69.53% from 255) = 29.75%

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

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

R = 29.75%
G = 36.3%
B = 33.95%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#B1D8CA (or 0xB1D8CA) is known color: Jet Stream. HEX triplet: B1, D8 and CA. RGB value is (177,216,202). Sum of RGB (Red+Green+Blue) = 177+216+202=595 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.75% from 595); Green value is 216 (84.77% from 255 or 36.30% from 595); Blue value is 202 (79.30% from 255 or 33.95% from 595); Max value from RGB is 216 - color contains mainly: green. Hex color #B1D8CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1D8CA is #4E2735. Grayscale: #CACACA. Windows color (decimal): -5121846 or 13293745. OLE color: 13293745.

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

Color convert

RGB 177 216 202 -
CMYK 0.18 0 0.06 0.15
HSL 158.46º 0.33% 0.77% -
HSV(B) 158.46º 0.18% 0.85% -
XYZ 53.35 62.72 65.17 -
YUV 202.74 127.58 109.64 -
System Red Green Blue C M Y K H S L
Decimal 177 216 202 0.18 0 0.06 0.15 158.46 0.33 0.77
Hex B1 D8 CA 12 0 6 F 9E 21 4D
Octal 261 330 312 22 0 6 17 236 41 115
Binary 10110001 11011000 11001010 10010 0 110 1111 10011110 100001 1001101

Color Harmonies of #B1D8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D8CA

Black with #B1D8CA

Text Example


Text Example

White with #B1D8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D8CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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