Html Css Color HEX #B0E0CF Cruise

📋 copy color: '#B0E0CF'

red 176 ◦ green 224 ◦ blue 207

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

Shades of Cruise #B0E0CF

Tints of Cruise #B0E0CF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.9%

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

R = 29%
G = 36.9%
B = 34.1%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#B0E0CF (or 0xB0E0CF) is known color: Cruise. HEX triplet: B0, E0 and CF. RGB value is (176,224,207). Sum of RGB (Red+Green+Blue) = 176+224+207=607 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.00% from 607); Green value is 224 (87.89% from 255 or 36.90% from 607); Blue value is 207 (81.25% from 255 or 34.10% from 607); Max value from RGB is 224 - color contains mainly: green. Hex color #B0E0CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0E0CF is #4F1F30. Grayscale: #CFCFCF. Windows color (decimal): -5185329 or 13623472. OLE color: 13623472.

HSL color Cylindrical-coordinate representation of color #B0E0CF: hue angle of 158.75º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0E0CF is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 176 224 207 -
CMYK 0.21 0 0.08 0.12
HSL 158.75º 0.44% 0.78% -
HSV(B) 158.75º 0.21% 0.88% -
XYZ 55.82 67.05 69.03 -
YUV 207.71 127.6 105.38 -
System Red Green Blue C M Y K H S L
Decimal 176 224 207 0.21 0 0.08 0.12 158.75 0.44 0.78
Hex B0 E0 CF 15 0 8 C 9F 2C 4E
Octal 260 340 317 25 0 10 14 237 54 116
Binary 10110000 11100000 11001111 10101 0 1000 1100 10011111 101100 1001110

Color Harmonies of #B0E0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E0CF

Black with #B0E0CF

Text Example


Text Example

White with #B0E0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E0CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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