Html Css Color HEX #BBDDD1 Cruise

📋 copy color: '#BBDDD1'

red 187 ◦ green 221 ◦ blue 209

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

Shades of Cruise #BBDDD1

Tints of Cruise #BBDDD1

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.82%

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

R = 30.31%
G = 35.82%
B = 33.87%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#BBDDD1 (or 0xBBDDD1) is known color: Cruise. HEX triplet: BB, DD and D1. RGB value is (187,221,209). Sum of RGB (Red+Green+Blue) = 187+221+209=617 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.31% from 617); Green value is 221 (86.72% from 255 or 35.82% from 617); Blue value is 209 (82.03% from 255 or 33.87% from 617); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDDD1 is #44222E. Grayscale: #D1D1D1. Windows color (decimal): -4465199 or 13753787. OLE color: 13753787.

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

Color convert

RGB 187 221 209 -
CMYK 0.15 0 0.05 0.13
HSL 158.82º 0.33% 0.8% -
HSV(B) 158.82º 0.15% 0.87% -
XYZ 57.86 66.88 70.18 -
YUV 209.47 127.74 111.98 -
System Red Green Blue C M Y K H S L
Decimal 187 221 209 0.15 0 0.05 0.13 158.82 0.33 0.8
Hex BB DD D1 F 0 5 D 9F 21 50
Octal 273 335 321 17 0 5 15 237 41 120
Binary 10111011 11011101 11010001 1111 0 101 1101 10011111 100001 1010000

Color Harmonies of #BBDDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDDD1

Black with #BBDDD1

Text Example


Text Example

White with #BBDDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDDD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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