Html Css Color HEX #BBDFD1 Cruise

📋 copy color: '#BBDFD1'

red 187 ◦ green 223 ◦ blue 209

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

Shades of Cruise #BBDFD1

Tints of Cruise #BBDFD1

RGB

 RED value IS 187 (73.44% from 255) = 30.21%

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

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

R = 30.21%
G = 36.03%
B = 33.76%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#BBDFD1 (or 0xBBDFD1) is known color: Cruise. HEX triplet: BB, DF and D1. RGB value is (187,223,209). Sum of RGB (Red+Green+Blue) = 187+223+209=619 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.21% from 619); Green value is 223 (87.5% from 255 or 36.03% from 619); Blue value is 209 (82.03% from 255 or 33.76% from 619); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDFD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDFD1 is #44202E. Grayscale: #D2D2D2. Windows color (decimal): -4464687 or 13754299. OLE color: 13754299.

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

Color convert

RGB 187 223 209 -
CMYK 0.16 0 0.06 0.13
HSL 156.67º 0.36% 0.8% -
HSV(B) 156.67º 0.16% 0.87% -
XYZ 58.39 67.94 70.36 -
YUV 210.64 127.07 111.14 -
System Red Green Blue C M Y K H S L
Decimal 187 223 209 0.16 0 0.06 0.13 156.67 0.36 0.8
Hex BB DF D1 10 0 6 D 9D 24 50
Octal 273 337 321 20 0 6 15 235 44 120
Binary 10111011 11011111 11010001 10000 0 110 1101 10011101 100100 1010000

Color Harmonies of #BBDFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDFD1

Black with #BBDFD1

Text Example


Text Example

White with #BBDFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDFD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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