Html Css Color HEX #B0DFD1 Cruise

📋 copy color: '#B0DFD1'

red 176 ◦ green 223 ◦ blue 209

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

Shades of Cruise #B0DFD1

Tints of Cruise #B0DFD1

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.68%

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

R = 28.95%
G = 36.68%
B = 34.38%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#B0DFD1 (or 0xB0DFD1) is known color: Cruise. HEX triplet: B0, DF and D1. RGB value is (176,223,209). Sum of RGB (Red+Green+Blue) = 176+223+209=608 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.95% from 608); Green value is 223 (87.5% from 255 or 36.68% from 608); Blue value is 209 (82.03% from 255 or 34.38% from 608); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DFD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DFD1 is #4F202E. Grayscale: #CFCFCF. Windows color (decimal): -5185583 or 13754288. OLE color: 13754288.

HSL color Cylindrical-coordinate representation of color #B0DFD1: hue angle of 162.13º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0DFD1 is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 223 209 -
CMYK 0.21 0 0.06 0.13
HSL 162.13º 0.42% 0.78% -
HSV(B) 162.13º 0.21% 0.87% -
XYZ 55.8 66.61 70.24 -
YUV 207.35 128.93 105.64 -
System Red Green Blue C M Y K H S L
Decimal 176 223 209 0.21 0 0.06 0.13 162.13 0.42 0.78
Hex B0 DF D1 15 0 6 D A2 2A 4E
Octal 260 337 321 25 0 6 15 242 52 116
Binary 10110000 11011111 11010001 10101 0 110 1101 10100010 101010 1001110

Color Harmonies of #B0DFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DFD1

Black with #B0DFD1

Text Example


Text Example

White with #B0DFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DFD1; }

 p { color: rgb(176,223,209); }

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

background-color css

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

 a { background-color: rgb(176,223,209); }

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

border-color css

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

 span { border-color: rgb(176,223,209); }

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