Html Css Color HEX #B0E2CF Cruise

📋 copy color: '#B0E2CF'

red 176 ◦ green 226 ◦ blue 207

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

Shades of Cruise #B0E2CF

Tints of Cruise #B0E2CF

RGB

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

 GREEN value IS 226 (88.67% from 255) = 37.11%

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

R = 28.9%
G = 37.11%
B = 33.99%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.08

 K value IS 0.11

RGB Variations

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

Color information

#B0E2CF (or 0xB0E2CF) is known color: Cruise. HEX triplet: B0, E2 and CF. RGB value is (176,226,207). Sum of RGB (Red+Green+Blue) = 176+226+207=609 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.90% from 609); Green value is 226 (88.67% from 255 or 37.11% from 609); Blue value is 207 (81.25% from 255 or 33.99% from 609); Max value from RGB is 226 - color contains mainly: green. Hex color #B0E2CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0E2CF is #4F1D30. Grayscale: #D0D0D0. Windows color (decimal): -5184817 or 13623984. OLE color: 13623984.

HSL color Cylindrical-coordinate representation of color #B0E2CF: hue angle of 157.2º degrees, saturation: 0.46, 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 #B0E2CF is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB 176 226 207 -
CMYK 0.22 0 0.08 0.11
HSL 157.2º 0.46% 0.79% -
HSV(B) 157.2º 0.22% 0.89% -
XYZ 56.36 68.13 69.21 -
YUV 208.88 126.94 104.54 -
System Red Green Blue C M Y K H S L
Decimal 176 226 207 0.22 0 0.08 0.11 157.2 0.46 0.79
Hex B0 E2 CF 16 0 8 B 9D 2E 4F
Octal 260 342 317 26 0 10 13 235 56 117
Binary 10110000 11100010 11001111 10110 0 1000 1011 10011101 101110 1001111

Color Harmonies of #B0E2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E2CF

Black with #B0E2CF

Text Example


Text Example

White with #B0E2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E2CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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