Html Css Color HEX #B0DCC8 Jet Stream

📋 copy color: '#B0DCC8'

red 176 ◦ green 220 ◦ blue 200

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

Shades of Jet Stream #B0DCC8

Tints of Jet Stream #B0DCC8

RGB

 RED value IS 176 (69.14% from 255) = 29.53%

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

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

R = 29.53%
G = 36.91%
B = 33.56%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#B0DCC8 (or 0xB0DCC8) is known color: Jet Stream. HEX triplet: B0, DC and C8. RGB value is (176,220,200). Sum of RGB (Red+Green+Blue) = 176+220+200=596 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.53% from 596); Green value is 220 (86.33% from 255 or 36.91% from 596); Blue value is 200 (78.52% from 255 or 33.56% from 596); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DCC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DCC8 is #4F2337. Grayscale: #CCCCCC. Windows color (decimal): -5186360 or 13163696. OLE color: 13163696.

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

Color convert

RGB 176 220 200 -
CMYK 0.2 0 0.09 0.14
HSL 152.73º 0.39% 0.78% -
HSV(B) 152.73º 0.2% 0.86% -
XYZ 53.92 64.59 64.27 -
YUV 204.56 125.42 107.63 -
System Red Green Blue C M Y K H S L
Decimal 176 220 200 0.2 0 0.09 0.14 152.73 0.39 0.78
Hex B0 DC C8 14 0 9 E 99 27 4E
Octal 260 334 310 24 0 11 16 231 47 116
Binary 10110000 11011100 11001000 10100 0 1001 1110 10011001 100111 1001110

Color Harmonies of #B0DCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DCC8

Black with #B0DCC8

Text Example


Text Example

White with #B0DCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DCC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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