Html Css Color HEX #BADFD6 Cruise

📋 copy color: '#BADFD6'

red 186 ◦ green 223 ◦ blue 214

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

Shades of Cruise #BADFD6

Tints of Cruise #BADFD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 34.35%

R = 29.86%
G = 35.79%
B = 34.35%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#BADFD6 (or 0xBADFD6) is known color: Cruise. HEX triplet: BA, DF and D6. RGB value is (186,223,214). Sum of RGB (Red+Green+Blue) = 186+223+214=623 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.86% from 623); Green value is 223 (87.5% from 255 or 35.79% from 623); Blue value is 214 (83.98% from 255 or 34.35% from 623); Max value from RGB is 223 - color contains mainly: green. Hex color #BADFD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADFD6 is #452029. Grayscale: #D2D2D2. Windows color (decimal): -4530218 or 14081978. OLE color: 14081978.

HSL color Cylindrical-coordinate representation of color #BADFD6: hue angle of 165.41º 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 #BADFD6 is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 223 214 -
CMYK 0.17 0 0.04 0.13
HSL 165.41º 0.37% 0.8% -
HSV(B) 165.41º 0.17% 0.87% -
XYZ 58.77 68.07 73.66 -
YUV 210.91 129.74 110.23 -
System Red Green Blue C M Y K H S L
Decimal 186 223 214 0.17 0 0.04 0.13 165.41 0.37 0.8
Hex BA DF D6 11 0 4 D A5 25 50
Octal 272 337 326 21 0 4 15 245 45 120
Binary 10111010 11011111 11010110 10001 0 100 1101 10100101 100101 1010000

Color Harmonies of #BADFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADFD6

Black with #BADFD6

Text Example


Text Example

White with #BADFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADFD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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