Html Css Color HEX #B1DFD0 Cruise

📋 copy color: '#B1DFD0'

red 177 ◦ green 223 ◦ blue 208

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

Shades of Cruise #B1DFD0

Tints of Cruise #B1DFD0

RGB

 RED value IS 177 (69.53% from 255) = 29.11%

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

 BLUE value IS 208 (81.64% from 255) = 34.21%

R = 29.11%
G = 36.68%
B = 34.21%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#B1DFD0 (or 0xB1DFD0) is known color: Cruise. HEX triplet: B1, DF and D0. RGB value is (177,223,208). Sum of RGB (Red+Green+Blue) = 177+223+208=608 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.11% from 608); Green value is 223 (87.5% from 255 or 36.68% from 608); Blue value is 208 (81.64% from 255 or 34.21% from 608); Max value from RGB is 223 - color contains mainly: green. Hex color #B1DFD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DFD0 is #4E202F. Grayscale: #CFCFCF. Windows color (decimal): -5120048 or 13688753. OLE color: 13688753.

HSL color Cylindrical-coordinate representation of color #B1DFD0: hue angle of 160.43º 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 #B1DFD0 is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 223 208 -
CMYK 0.21 0 0.07 0.13
HSL 160.43º 0.42% 0.78% -
HSV(B) 160.43º 0.21% 0.87% -
XYZ 55.9 66.68 69.6 -
YUV 207.54 128.26 106.22 -
System Red Green Blue C M Y K H S L
Decimal 177 223 208 0.21 0 0.07 0.13 160.43 0.42 0.78
Hex B1 DF D0 15 0 7 D A0 2A 4E
Octal 261 337 320 25 0 7 15 240 52 116
Binary 10110001 11011111 11010000 10101 0 111 1101 10100000 101010 1001110

Color Harmonies of #B1DFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DFD0

Black with #B1DFD0

Text Example


Text Example

White with #B1DFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DFD0; }

 p { color: rgb(177,223,208); }

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

background-color css

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

 a { background-color: rgb(177,223,208); }

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

border-color css

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

 span { border-color: rgb(177,223,208); }

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