Html Css Color HEX #B7CECA Jet Stream

📋 copy color: '#B7CECA'

red 183 ◦ green 206 ◦ blue 202

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

Shades of Jet Stream #B7CECA

Tints of Jet Stream #B7CECA

RGB

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

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

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

R = 30.96%
G = 34.86%
B = 34.18%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#B7CECA (or 0xB7CECA) is known color: Jet Stream. HEX triplet: B7, CE and CA. RGB value is (183,206,202). Sum of RGB (Red+Green+Blue) = 183+206+202=591 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.96% from 591); Green value is 206 (80.86% from 255 or 34.86% from 591); Blue value is 202 (79.30% from 255 or 34.18% from 591); Max value from RGB is 206 - color contains mainly: green. Hex color #B7CECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CECA is #483135. Grayscale: #C6C6C6. Windows color (decimal): -4731190 or 13291191. OLE color: 13291191.

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

Color convert

RGB 183 206 202 -
CMYK 0.11 0 0.02 0.19
HSL 169.57º 0.19% 0.76% -
HSV(B) 169.57º 0.11% 0.81% -
XYZ 52.26 58.47 64.41 -
YUV 198.67 129.88 116.83 -
System Red Green Blue C M Y K H S L
Decimal 183 206 202 0.11 0 0.02 0.19 169.57 0.19 0.76
Hex B7 CE CA B 0 2 13 AA 13 4C
Octal 267 316 312 13 0 2 23 252 23 114
Binary 10110111 11001110 11001010 1011 0 10 10011 10101010 10011 1001100

Color Harmonies of #B7CECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7CECA

Black with #B7CECA

Text Example


Text Example

White with #B7CECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7CECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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