Html Css Color HEX #B8CDC4 Jet Stream

📋 copy color: '#B8CDC4'

red 184 ◦ green 205 ◦ blue 196

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

Shades of Jet Stream #B8CDC4

Tints of Jet Stream #B8CDC4

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.04%

 BLUE value IS 196 (76.95% from 255) = 33.5%

R = 31.45%
G = 35.04%
B = 33.5%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#B8CDC4 (or 0xB8CDC4) is known color: Jet Stream. HEX triplet: B8, CD and C4. RGB value is (184,205,196). Sum of RGB (Red+Green+Blue) = 184+205+196=585 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.45% from 585); Green value is 205 (80.47% from 255 or 35.04% from 585); Blue value is 196 (76.95% from 255 or 33.50% from 585); Max value from RGB is 205 - color contains mainly: green. Hex color #B8CDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CDC4 is #47323B. Grayscale: #C5C5C5. Windows color (decimal): -4665916 or 12897720. OLE color: 12897720.

HSL color Cylindrical-coordinate representation of color #B8CDC4: hue angle of 154.29º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B8CDC4 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB 184 205 196 -
CMYK 0.10 0 0.04 0.20
HSL 154.29º 0.17% 0.76% -
HSV(B) 154.29º 0.1% 0.8% -
XYZ 51.56 57.84 60.67 -
YUV 197.7 127.04 118.23 -
System Red Green Blue C M Y K H S L
Decimal 184 205 196 0.10 0 0.04 0.20 154.29 0.17 0.76
Hex B8 CD C4 A 0 4 14 9A 11 4C
Octal 270 315 304 12 0 4 24 232 21 114
Binary 10111000 11001101 11000100 1010 0 100 10100 10011010 10001 1001100

Color Harmonies of #B8CDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CDC4

Black with #B8CDC4

Text Example


Text Example

White with #B8CDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CDC4; }

 p { color: rgb(184,205,196); }

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

background-color css

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

 a { background-color: rgb(184,205,196); }

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

border-color css

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

 span { border-color: rgb(184,205,196); }

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