Html Css Color HEX #B3E0CE Cruise

📋 copy color: '#B3E0CE'

red 179 ◦ green 224 ◦ blue 206

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

Shades of Cruise #B3E0CE

Tints of Cruise #B3E0CE

RGB

 RED value IS 179 (70.31% from 255) = 29.39%

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

 BLUE value IS 206 (80.86% from 255) = 33.83%

R = 29.39%
G = 36.78%
B = 33.83%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#B3E0CE (or 0xB3E0CE) is known color: Cruise. HEX triplet: B3, E0 and CE. RGB value is (179,224,206). Sum of RGB (Red+Green+Blue) = 179+224+206=609 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.39% from 609); Green value is 224 (87.89% from 255 or 36.78% from 609); Blue value is 206 (80.86% from 255 or 33.83% from 609); Max value from RGB is 224 - color contains mainly: green. Hex color #B3E0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3E0CE is #4C1F31. Grayscale: #D0D0D0. Windows color (decimal): -4988722 or 13557939. OLE color: 13557939.

HSL color Cylindrical-coordinate representation of color #B3E0CE: hue angle of 156º degrees, saturation: 0.42, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B3E0CE is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 179 224 206 -
CMYK 0.20 0 0.08 0.12
HSL 156º 0.42% 0.79% -
HSV(B) 156º 0.2% 0.88% -
XYZ 56.39 67.35 68.42 -
YUV 208.49 126.59 106.96 -
System Red Green Blue C M Y K H S L
Decimal 179 224 206 0.20 0 0.08 0.12 156 0.42 0.79
Hex B3 E0 CE 14 0 8 C 9C 2A 4F
Octal 263 340 316 24 0 10 14 234 52 117
Binary 10110011 11100000 11001110 10100 0 1000 1100 10011100 101010 1001111

Color Harmonies of #B3E0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3E0CE

Black with #B3E0CE

Text Example


Text Example

White with #B3E0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3E0CE; }

 p { color: rgb(179,224,206); }

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

background-color css

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

 a { background-color: rgb(179,224,206); }

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

border-color css

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

 span { border-color: rgb(179,224,206); }

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