Html Css Color HEX #B4DCC8 Jet Stream

📋 copy color: '#B4DCC8'

red 180 ◦ green 220 ◦ blue 200

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

Shades of Jet Stream #B4DCC8

Tints of Jet Stream #B4DCC8

RGB

 RED value IS 180 (70.7% from 255) = 30%

 GREEN value IS 220 (86.33% from 255) = 36.67%

 BLUE value IS 200 (78.52% from 255) = 33.33%

R = 30%
G = 36.67%
B = 33.33%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#B4DCC8 (or 0xB4DCC8) is known color: Jet Stream. HEX triplet: B4, DC and C8. RGB value is (180,220,200). Sum of RGB (Red+Green+Blue) = 180+220+200=600 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30% from 600); Green value is 220 (86.33% from 255 or 36.67% from 600); Blue value is 200 (78.52% from 255 or 33.33% from 600); Max value from RGB is 220 - color contains mainly: green. Hex color #B4DCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DCC8 is #4B2337. Grayscale: #CDCDCD. Windows color (decimal): -4924216 or 13163700. OLE color: 13163700.

HSL color Cylindrical-coordinate representation of color #B4DCC8: hue angle of 150º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B4DCC8 is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 220 200 -
CMYK 0.18 0 0.09 0.14
HSL 150º 0.36% 0.78% -
HSV(B) 150º 0.18% 0.86% -
XYZ 54.84 65.06 64.31 -
YUV 205.76 124.75 109.63 -
System Red Green Blue C M Y K H S L
Decimal 180 220 200 0.18 0 0.09 0.14 150 0.36 0.78
Hex B4 DC C8 12 0 9 E 96 24 4E
Octal 264 334 310 22 0 11 16 226 44 116
Binary 10110100 11011100 11001000 10010 0 1001 1110 10010110 100100 1001110

Color Harmonies of #B4DCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DCC8

Black with #B4DCC8

Text Example


Text Example

White with #B4DCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DCC8; }

 p { color: rgb(180,220,200); }

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

background-color css

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

 a { background-color: rgb(180,220,200); }

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

border-color css

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

 span { border-color: rgb(180,220,200); }

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