Html Css Color HEX #B0EBD6 Cruise

📋 copy color: '#B0EBD6'

red 176 ◦ green 235 ◦ blue 214

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

Shades of Cruise #B0EBD6

Tints of Cruise #B0EBD6

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.6%

 BLUE value IS 214 (83.98% from 255) = 34.24%

R = 28.16%
G = 37.6%
B = 34.24%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#B0EBD6 (or 0xB0EBD6) is known color: Cruise. HEX triplet: B0, EB and D6. RGB value is (176,235,214). Sum of RGB (Red+Green+Blue) = 176+235+214=625 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.16% from 625); Green value is 235 (92.19% from 255 or 37.6% from 625); Blue value is 214 (83.98% from 255 or 34.24% from 625); Max value from RGB is 235 - color contains mainly: green. Hex color #B0EBD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EBD6 is #4F1429. Grayscale: #D6D6D6. Windows color (decimal): -5182506 or 14085040. OLE color: 14085040.

HSL color Cylindrical-coordinate representation of color #B0EBD6: hue angle of 158.64º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0EBD6 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 235 214 -
CMYK 0.25 0 0.09 0.08
HSL 158.64º 0.6% 0.81% -
HSV(B) 158.64º 0.25% 0.92% -
XYZ 59.75 73.5 74.66 -
YUV 214.97 127.45 100.21 -
System Red Green Blue C M Y K H S L
Decimal 176 235 214 0.25 0 0.09 0.08 158.64 0.6 0.81
Hex B0 EB D6 19 0 9 8 9F 3C 51
Octal 260 353 326 31 0 11 10 237 74 121
Binary 10110000 11101011 11010110 11001 0 1001 1000 10011111 111100 1010001

Color Harmonies of #B0EBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EBD6

Black with #B0EBD6

Text Example


Text Example

White with #B0EBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EBD6; }

 p { color: rgb(176,235,214); }

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

background-color css

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

 a { background-color: rgb(176,235,214); }

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

border-color css

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

 span { border-color: rgb(176,235,214); }

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