Html Css Color HEX #B5CEC7 Jet Stream

📋 copy color: '#B5CEC7'

red 181 ◦ green 206 ◦ blue 199

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

Shades of Jet Stream #B5CEC7

Tints of Jet Stream #B5CEC7

RGB

 RED value IS 181 (71.09% from 255) = 30.89%

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

 BLUE value IS 199 (78.13% from 255) = 33.96%

R = 30.89%
G = 35.15%
B = 33.96%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#B5CEC7 (or 0xB5CEC7) is known color: Jet Stream. HEX triplet: B5, CE and C7. RGB value is (181,206,199). Sum of RGB (Red+Green+Blue) = 181+206+199=586 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.89% from 586); Green value is 206 (80.86% from 255 or 35.15% from 586); Blue value is 199 (78.12% from 255 or 33.96% from 586); Max value from RGB is 206 - color contains mainly: green. Hex color #B5CEC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CEC7 is #4A3138. Grayscale: #C5C5C5. Windows color (decimal): -4862265 or 13094581. OLE color: 13094581.

HSL color Cylindrical-coordinate representation of color #B5CEC7: hue angle of 163.2º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B5CEC7 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 206 199 -
CMYK 0.12 0 0.03 0.19
HSL 163.2º 0.2% 0.76% -
HSV(B) 163.2º 0.12% 0.81% -
XYZ 51.44 58.09 62.53 -
YUV 197.73 128.72 116.07 -
System Red Green Blue C M Y K H S L
Decimal 181 206 199 0.12 0 0.03 0.19 163.2 0.2 0.76
Hex B5 CE C7 C 0 3 13 A3 14 4C
Octal 265 316 307 14 0 3 23 243 24 114
Binary 10110101 11001110 11000111 1100 0 11 10011 10100011 10100 1001100

Color Harmonies of #B5CEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CEC7

Black with #B5CEC7

Text Example


Text Example

White with #B5CEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CEC7; }

 p { color: rgb(181,206,199); }

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

background-color css

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

 a { background-color: rgb(181,206,199); }

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

border-color css

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

 span { border-color: rgb(181,206,199); }

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