Html Css Color HEX #B4DCC6 Jet Stream

📋 copy color: '#B4DCC6'

red 180 ◦ green 220 ◦ blue 198

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

Shades of Jet Stream #B4DCC6

Tints of Jet Stream #B4DCC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 33.11%

R = 30.1%
G = 36.79%
B = 33.11%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.1

 K value IS 0.14

RGB Variations

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

Color information

#B4DCC6 (or 0xB4DCC6) is known color: Jet Stream. HEX triplet: B4, DC and C6. RGB value is (180,220,198). Sum of RGB (Red+Green+Blue) = 180+220+198=598 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30.10% from 598); Green value is 220 (86.33% from 255 or 36.79% from 598); Blue value is 198 (77.73% from 255 or 33.11% from 598); Max value from RGB is 220 - color contains mainly: green. Hex color #B4DCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DCC6 is #4B2339. Grayscale: #CDCDCD. Windows color (decimal): -4924218 or 13032628. OLE color: 13032628.

HSL color Cylindrical-coordinate representation of color #B4DCC6: hue angle of 147º 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 #B4DCC6 is Cyan = 0.18, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 220 198 -
CMYK 0.18 0 0.1 0.14
HSL 147º 0.36% 0.78% -
HSV(B) 147º 0.18% 0.86% -
XYZ 54.61 64.97 63.09 -
YUV 205.53 123.75 109.79 -
System Red Green Blue C M Y K H S L
Decimal 180 220 198 0.18 0 0.1 0.14 147 0.36 0.78
Hex B4 DC C6 12 0 A E 93 24 4E
Octal 264 334 306 22 0 12 16 223 44 116
Binary 10110100 11011100 11000110 10010 0 1010 1110 10010011 100100 1001110

Color Harmonies of #B4DCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DCC6

Black with #B4DCC6

Text Example


Text Example

White with #B4DCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DCC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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