Html Css Color HEX #B3DCD1 Cruise

📋 copy color: '#B3DCD1'

red 179 ◦ green 220 ◦ blue 209

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

Shades of Cruise #B3DCD1

Tints of Cruise #B3DCD1

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.18%

 BLUE value IS 209 (82.03% from 255) = 34.38%

R = 29.44%
G = 36.18%
B = 34.38%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#B3DCD1 (or 0xB3DCD1) is known color: Cruise. HEX triplet: B3, DC and D1. RGB value is (179,220,209). Sum of RGB (Red+Green+Blue) = 179+220+209=608 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.44% from 608); Green value is 220 (86.33% from 255 or 36.18% from 608); Blue value is 209 (82.03% from 255 or 34.38% from 608); Max value from RGB is 220 - color contains mainly: green. Hex color #B3DCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DCD1 is #4C232E. Grayscale: #CECECE. Windows color (decimal): -4989743 or 13753523. OLE color: 13753523.

HSL color Cylindrical-coordinate representation of color #B3DCD1: hue angle of 163.9º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B3DCD1 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 220 209 -
CMYK 0.19 0 0.05 0.14
HSL 163.9º 0.37% 0.78% -
HSV(B) 163.9º 0.19% 0.86% -
XYZ 55.69 65.37 70 -
YUV 206.49 129.42 108.39 -
System Red Green Blue C M Y K H S L
Decimal 179 220 209 0.19 0 0.05 0.14 163.9 0.37 0.78
Hex B3 DC D1 13 0 5 E A4 25 4E
Octal 263 334 321 23 0 5 16 244 45 116
Binary 10110011 11011100 11010001 10011 0 101 1110 10100100 100101 1001110

Color Harmonies of #B3DCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3DCD1

Black with #B3DCD1

Text Example


Text Example

White with #B3DCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3DCD1; }

 p { color: rgb(179,220,209); }

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

background-color css

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

 a { background-color: rgb(179,220,209); }

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

border-color css

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

 span { border-color: rgb(179,220,209); }

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