Html Css Color HEX #B8CECA Jet Stream

📋 copy color: '#B8CECA'

red 184 ◦ green 206 ◦ blue 202

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

Shades of Jet Stream #B8CECA

Tints of Jet Stream #B8CECA

RGB

 RED value IS 184 (72.27% from 255) = 31.08%

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

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

R = 31.08%
G = 34.8%
B = 34.12%

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

#B8CECA (or 0xB8CECA) is known color: Jet Stream. HEX triplet: B8, CE and CA. RGB value is (184,206,202). Sum of RGB (Red+Green+Blue) = 184+206+202=592 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.08% from 592); Green value is 206 (80.86% from 255 or 34.80% from 592); Blue value is 202 (79.30% from 255 or 34.12% from 592); Max value from RGB is 206 - color contains mainly: green. Hex color #B8CECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CECA is #473135. Grayscale: #C6C6C6. Windows color (decimal): -4665654 or 13291192. OLE color: 13291192.

HSL color Cylindrical-coordinate representation of color #B8CECA: hue angle of 169.09º degrees, saturation: 0.18, 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 #B8CECA is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 184 206 202 -
CMYK 0.11 0 0.02 0.19
HSL 169.09º 0.18% 0.76% -
HSV(B) 169.09º 0.11% 0.81% -
XYZ 52.5 58.6 64.42 -
YUV 198.97 129.71 117.33 -
System Red Green Blue C M Y K H S L
Decimal 184 206 202 0.11 0 0.02 0.19 169.09 0.18 0.76
Hex B8 CE CA B 0 2 13 A9 12 4C
Octal 270 316 312 13 0 2 23 251 22 114
Binary 10111000 11001110 11001010 1011 0 10 10011 10101001 10010 1001100

Color Harmonies of #B8CECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CECA

Black with #B8CECA

Text Example


Text Example

White with #B8CECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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