Html Css Color HEX #B3DED3 Cruise

📋 copy color: '#B3DED3'

red 179 ◦ green 222 ◦ blue 211

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

Shades of Cruise #B3DED3

Tints of Cruise #B3DED3

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.27%

 BLUE value IS 211 (82.81% from 255) = 34.48%

R = 29.25%
G = 36.27%
B = 34.48%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#B3DED3 (or 0xB3DED3) is known color: Cruise. HEX triplet: B3, DE and D3. RGB value is (179,222,211). Sum of RGB (Red+Green+Blue) = 179+222+211=612 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.25% from 612); Green value is 222 (87.11% from 255 or 36.27% from 612); Blue value is 211 (82.81% from 255 or 34.48% from 612); Max value from RGB is 222 - color contains mainly: green. Hex color #B3DED3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DED3 is #4C212C. Grayscale: #CFCFCF. Windows color (decimal): -4989229 or 13885107. OLE color: 13885107.

HSL color Cylindrical-coordinate representation of color #B3DED3: hue angle of 164.65º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B3DED3 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 222 211 -
CMYK 0.19 0 0.05 0.13
HSL 164.65º 0.39% 0.79% -
HSV(B) 164.65º 0.19% 0.87% -
XYZ 56.47 66.53 71.49 -
YUV 207.89 129.75 107.39 -
System Red Green Blue C M Y K H S L
Decimal 179 222 211 0.19 0 0.05 0.13 164.65 0.39 0.79
Hex B3 DE D3 13 0 5 D A5 27 4F
Octal 263 336 323 23 0 5 15 245 47 117
Binary 10110011 11011110 11010011 10011 0 101 1101 10100101 100111 1001111

Color Harmonies of #B3DED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3DED3

Black with #B3DED3

Text Example


Text Example

White with #B3DED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3DED3; }

 p { color: rgb(179,222,211); }

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

background-color css

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

 a { background-color: rgb(179,222,211); }

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

border-color css

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

 span { border-color: rgb(179,222,211); }

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