Html Css Color HEX #B1CEC5 Jet Stream

📋 copy color: '#B1CEC5'

red 177 ◦ green 206 ◦ blue 197

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

Shades of Jet Stream #B1CEC5

Tints of Jet Stream #B1CEC5

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.52%

 BLUE value IS 197 (77.34% from 255) = 33.97%

R = 30.52%
G = 35.52%
B = 33.97%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#B1CEC5 (or 0xB1CEC5) is known color: Jet Stream. HEX triplet: B1, CE and C5. RGB value is (177,206,197). Sum of RGB (Red+Green+Blue) = 177+206+197=580 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.52% from 580); Green value is 206 (80.86% from 255 or 35.52% from 580); Blue value is 197 (77.34% from 255 or 33.97% from 580); Max value from RGB is 206 - color contains mainly: green. Hex color #B1CEC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CEC5 is #4E313A. Grayscale: #C4C4C4. Windows color (decimal): -5124411 or 12963505. OLE color: 12963505.

HSL color Cylindrical-coordinate representation of color #B1CEC5: hue angle of 161.38º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B1CEC5 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 206 197 -
CMYK 0.14 0 0.04 0.19
HSL 161.38º 0.23% 0.75% -
HSV(B) 161.38º 0.14% 0.81% -
XYZ 50.28 57.52 61.28 -
YUV 196.3 128.39 114.23 -
System Red Green Blue C M Y K H S L
Decimal 177 206 197 0.14 0 0.04 0.19 161.38 0.23 0.75
Hex B1 CE C5 E 0 4 13 A1 17 4B
Octal 261 316 305 16 0 4 23 241 27 113
Binary 10110001 11001110 11000101 1110 0 100 10011 10100001 10111 1001011

Color Harmonies of #B1CEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CEC5

Black with #B1CEC5

Text Example


Text Example

White with #B1CEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CEC5; }

 p { color: rgb(177,206,197); }

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

background-color css

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

 a { background-color: rgb(177,206,197); }

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

border-color css

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

 span { border-color: rgb(177,206,197); }

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