Html Css Color HEX #B5CEC3 Jet Stream

📋 copy color: '#B5CEC3'

red 181 ◦ green 206 ◦ blue 195

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

Shades of Jet Stream #B5CEC3

Tints of Jet Stream #B5CEC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 33.51%

R = 31.1%
G = 35.4%
B = 33.51%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#B5CEC3 (or 0xB5CEC3) is known color: Jet Stream. HEX triplet: B5, CE and C3. RGB value is (181,206,195). Sum of RGB (Red+Green+Blue) = 181+206+195=582 (77% of max value = 765). Red value is 181 (71.09% from 255 or 31.10% from 582); Green value is 206 (80.86% from 255 or 35.40% from 582); Blue value is 195 (76.56% from 255 or 33.51% from 582); Max value from RGB is 206 - color contains mainly: green. Hex color #B5CEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CEC3 is #4A313C. Grayscale: #C5C5C5. Windows color (decimal): -4862269 or 12832437. OLE color: 12832437.

HSL color Cylindrical-coordinate representation of color #B5CEC3: hue angle of 153.6º 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 #B5CEC3 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 206 195 -
CMYK 0.12 0 0.05 0.19
HSL 153.6º 0.2% 0.76% -
HSV(B) 153.6º 0.12% 0.81% -
XYZ 50.98 57.91 60.12 -
YUV 197.27 126.72 116.39 -
System Red Green Blue C M Y K H S L
Decimal 181 206 195 0.12 0 0.05 0.19 153.6 0.2 0.76
Hex B5 CE C3 C 0 5 13 9A 14 4C
Octal 265 316 303 14 0 5 23 232 24 114
Binary 10110101 11001110 11000011 1100 0 101 10011 10011010 10100 1001100

Color Harmonies of #B5CEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CEC3

Black with #B5CEC3

Text Example


Text Example

White with #B5CEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CEC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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