Html Css Color HEX #B0E3CF Cruise

📋 copy color: '#B0E3CF'

red 176 ◦ green 227 ◦ blue 207

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

Shades of Cruise #B0E3CF

Tints of Cruise #B0E3CF

RGB

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

 GREEN value IS 227 (89.06% from 255) = 37.21%

 BLUE value IS 207 (81.25% from 255) = 33.93%

R = 28.85%
G = 37.21%
B = 33.93%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#B0E3CF (or 0xB0E3CF) is known color: Cruise. HEX triplet: B0, E3 and CF. RGB value is (176,227,207). Sum of RGB (Red+Green+Blue) = 176+227+207=610 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.85% from 610); Green value is 227 (89.06% from 255 or 37.21% from 610); Blue value is 207 (81.25% from 255 or 33.93% from 610); Max value from RGB is 227 - color contains mainly: green. Hex color #B0E3CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0E3CF is #4F1C30. Grayscale: #D1D1D1. Windows color (decimal): -5184561 or 13624240. OLE color: 13624240.

HSL color Cylindrical-coordinate representation of color #B0E3CF: hue angle of 156.47º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B0E3CF is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB 176 227 207 -
CMYK 0.22 0 0.09 0.11
HSL 156.47º 0.48% 0.79% -
HSV(B) 156.47º 0.22% 0.89% -
XYZ 56.64 68.67 69.3 -
YUV 209.47 126.6 104.13 -
System Red Green Blue C M Y K H S L
Decimal 176 227 207 0.22 0 0.09 0.11 156.47 0.48 0.79
Hex B0 E3 CF 16 0 9 B 9C 30 4F
Octal 260 343 317 26 0 11 13 234 60 117
Binary 10110000 11100011 11001111 10110 0 1001 1011 10011100 110000 1001111

Color Harmonies of #B0E3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E3CF

Black with #B0E3CF

Text Example


Text Example

White with #B0E3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E3CF; }

 p { color: rgb(176,227,207); }

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

background-color css

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

 a { background-color: rgb(176,227,207); }

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

border-color css

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

 span { border-color: rgb(176,227,207); }

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