Html Css Color HEX #BBDAD4 Cruise

📋 copy color: '#BBDAD4'

red 187 ◦ green 218 ◦ blue 212

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

Shades of Cruise #BBDAD4

Tints of Cruise #BBDAD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 34.36%

R = 30.31%
G = 35.33%
B = 34.36%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#BBDAD4 (or 0xBBDAD4) is known color: Cruise. HEX triplet: BB, DA and D4. RGB value is (187,218,212). Sum of RGB (Red+Green+Blue) = 187+218+212=617 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.31% from 617); Green value is 218 (85.55% from 255 or 35.33% from 617); Blue value is 212 (83.20% from 255 or 34.36% from 617); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDAD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDAD4 is #44252B. Grayscale: #D0D0D0. Windows color (decimal): -4465964 or 13949627. OLE color: 13949627.

HSL color Cylindrical-coordinate representation of color #BBDAD4: hue angle of 168.39º 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 #BBDAD4 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 218 212 -
CMYK 0.14 0 0.03 0.15
HSL 168.39º 0.3% 0.79% -
HSV(B) 168.39º 0.14% 0.85% -
XYZ 57.45 65.46 71.89 -
YUV 208.05 130.23 112.99 -
System Red Green Blue C M Y K H S L
Decimal 187 218 212 0.14 0 0.03 0.15 168.39 0.3 0.79
Hex BB DA D4 E 0 3 F A8 1E 4F
Octal 273 332 324 16 0 3 17 250 36 117
Binary 10111011 11011010 11010100 1110 0 11 1111 10101000 11110 1001111

Color Harmonies of #BBDAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDAD4

Black with #BBDAD4

Text Example


Text Example

White with #BBDAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDAD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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