Html Css Color HEX #B2D8C8 Jet Stream

📋 copy color: '#B2D8C8'

red 178 ◦ green 216 ◦ blue 200

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

Shades of Jet Stream #B2D8C8

Tints of Jet Stream #B2D8C8

RGB

 RED value IS 178 (69.92% from 255) = 29.97%

 GREEN value IS 216 (84.77% from 255) = 36.36%

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

R = 29.97%
G = 36.36%
B = 33.67%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#B2D8C8 (or 0xB2D8C8) is known color: Jet Stream. HEX triplet: B2, D8 and C8. RGB value is (178,216,200). Sum of RGB (Red+Green+Blue) = 178+216+200=594 (78% of max value = 765). Red value is 178 (69.92% from 255 or 29.97% from 594); Green value is 216 (84.77% from 255 or 36.36% from 594); Blue value is 200 (78.52% from 255 or 33.67% from 594); Max value from RGB is 216 - color contains mainly: green. Hex color #B2D8C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2D8C8 is #4D2737. Grayscale: #CACACA. Windows color (decimal): -5056312 or 13162674. OLE color: 13162674.

HSL color Cylindrical-coordinate representation of color #B2D8C8: hue angle of 154.74º degrees, saturation: 0.33, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B2D8C8 is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 216 200 -
CMYK 0.18 0 0.07 0.15
HSL 154.74º 0.33% 0.77% -
HSV(B) 154.74º 0.18% 0.85% -
XYZ 53.34 62.75 63.94 -
YUV 202.81 126.41 110.3 -
System Red Green Blue C M Y K H S L
Decimal 178 216 200 0.18 0 0.07 0.15 154.74 0.33 0.77
Hex B2 D8 C8 12 0 7 F 9B 21 4D
Octal 262 330 310 22 0 7 17 233 41 115
Binary 10110010 11011000 11001000 10010 0 111 1111 10011011 100001 1001101

Color Harmonies of #B2D8C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D8C8

Black with #B2D8C8

Text Example


Text Example

White with #B2D8C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D8C8; }

 p { color: rgb(178,216,200); }

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

background-color css

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

 a { background-color: rgb(178,216,200); }

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

border-color css

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

 span { border-color: rgb(178,216,200); }

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