Html Css Color HEX #BBDAD1 Cruise

📋 copy color: '#BBDAD1'

red 187 ◦ green 218 ◦ blue 209

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

Shades of Cruise #BBDAD1

Tints of Cruise #BBDAD1

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.5%

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

R = 30.46%
G = 35.5%
B = 34.04%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#BBDAD1 (or 0xBBDAD1) is known color: Cruise. HEX triplet: BB, DA and D1. RGB value is (187,218,209). Sum of RGB (Red+Green+Blue) = 187+218+209=614 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.46% from 614); Green value is 218 (85.55% from 255 or 35.50% from 614); Blue value is 209 (82.03% from 255 or 34.04% from 614); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDAD1 is #44252E. Grayscale: #CFCFCF. Windows color (decimal): -4465967 or 13753019. OLE color: 13753019.

HSL color Cylindrical-coordinate representation of color #BBDAD1: hue angle of 162.58º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBDAD1 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 218 209 -
CMYK 0.14 0 0.04 0.15
HSL 162.58º 0.3% 0.79% -
HSV(B) 162.58º 0.14% 0.85% -
XYZ 57.07 65.31 69.92 -
YUV 207.71 128.73 113.23 -
System Red Green Blue C M Y K H S L
Decimal 187 218 209 0.14 0 0.04 0.15 162.58 0.3 0.79
Hex BB DA D1 E 0 4 F A3 1E 4F
Octal 273 332 321 16 0 4 17 243 36 117
Binary 10111011 11011010 11010001 1110 0 100 1111 10100011 11110 1001111

Color Harmonies of #BBDAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDAD1

Black with #BBDAD1

Text Example


Text Example

White with #BBDAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDAD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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