Html Css Color HEX #BADFDB Cruise

📋 copy color: '#BADFDB'

red 186 ◦ green 223 ◦ blue 219

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

Shades of Cruise #BADFDB

Tints of Cruise #BADFDB

RGB

 RED value IS 186 (73.05% from 255) = 29.62%

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

 BLUE value IS 219 (85.94% from 255) = 34.87%

R = 29.62%
G = 35.51%
B = 34.87%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#BADFDB (or 0xBADFDB) is known color: Cruise. HEX triplet: BA, DF and DB. RGB value is (186,223,219). Sum of RGB (Red+Green+Blue) = 186+223+219=628 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.62% from 628); Green value is 223 (87.5% from 255 or 35.51% from 628); Blue value is 219 (85.94% from 255 or 34.87% from 628); Max value from RGB is 223 - color contains mainly: green. Hex color #BADFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADFDB is #452024. Grayscale: #D3D3D3. Windows color (decimal): -4530213 or 14409658. OLE color: 14409658.

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

Color convert

RGB 186 223 219 -
CMYK 0.17 0 0.02 0.13
HSL 173.51º 0.37% 0.8% -
HSV(B) 173.51º 0.17% 0.87% -
XYZ 59.42 68.33 77.07 -
YUV 211.48 132.24 109.83 -
System Red Green Blue C M Y K H S L
Decimal 186 223 219 0.17 0 0.02 0.13 173.51 0.37 0.8
Hex BA DF DB 11 0 2 D AE 25 50
Octal 272 337 333 21 0 2 15 256 45 120
Binary 10111010 11011111 11011011 10001 0 10 1101 10101110 100101 1010000

Color Harmonies of #BADFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADFDB

Black with #BADFDB

Text Example


Text Example

White with #BADFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADFDB; }

 p { color: rgb(186,223,219); }

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

background-color css

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

 a { background-color: rgb(186,223,219); }

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

border-color css

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

 span { border-color: rgb(186,223,219); }

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