Html Css Color HEX #B0E6D5 Cruise

📋 copy color: '#B0E6D5'

red 176 ◦ green 230 ◦ blue 213

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

Shades of Cruise #B0E6D5

Tints of Cruise #B0E6D5

RGB

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

 GREEN value IS 230 (90.23% from 255) = 37.16%

 BLUE value IS 213 (83.59% from 255) = 34.41%

R = 28.43%
G = 37.16%
B = 34.41%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#B0E6D5 (or 0xB0E6D5) is known color: Cruise. HEX triplet: B0, E6 and D5. RGB value is (176,230,213). Sum of RGB (Red+Green+Blue) = 176+230+213=619 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.43% from 619); Green value is 230 (90.23% from 255 or 37.16% from 619); Blue value is 213 (83.59% from 255 or 34.41% from 619); Max value from RGB is 230 - color contains mainly: green. Hex color #B0E6D5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0E6D5 is #4F192A. Grayscale: #D3D3D3. Windows color (decimal): -5183787 or 14018224. OLE color: 14018224.

HSL color Cylindrical-coordinate representation of color #B0E6D5: hue angle of 161.11º degrees, saturation: 0.52, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0E6D5 is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.

Color convert

RGB 176 230 213 -
CMYK 0.23 0 0.07 0.10
HSL 161.11º 0.52% 0.8% -
HSV(B) 161.11º 0.23% 0.9% -
XYZ 58.21 70.63 73.52 -
YUV 211.92 128.61 102.38 -
System Red Green Blue C M Y K H S L
Decimal 176 230 213 0.23 0 0.07 0.10 161.11 0.52 0.8
Hex B0 E6 D5 17 0 7 A A1 34 50
Octal 260 346 325 27 0 7 12 241 64 120
Binary 10110000 11100110 11010101 10111 0 111 1010 10100001 110100 1010000

Color Harmonies of #B0E6D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E6D5

Black with #B0E6D5

Text Example


Text Example

White with #B0E6D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E6D5; }

 p { color: rgb(176,230,213); }

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

background-color css

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

 a { background-color: rgb(176,230,213); }

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

border-color css

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

 span { border-color: rgb(176,230,213); }

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