Html Css Color HEX #BADFDA Cruise

📋 copy color: '#BADFDA'

red 186 ◦ green 223 ◦ blue 218

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

Shades of Cruise #BADFDA

Tints of Cruise #BADFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.77%

R = 29.67%
G = 35.57%
B = 34.77%

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

#BADFDA (or 0xBADFDA) is known color: Cruise. HEX triplet: BA, DF and DA. RGB value is (186,223,218). Sum of RGB (Red+Green+Blue) = 186+223+218=627 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.67% from 627); Green value is 223 (87.5% from 255 or 35.57% from 627); Blue value is 218 (85.55% from 255 or 34.77% from 627); Max value from RGB is 223 - color contains mainly: green. Hex color #BADFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADFDA is #452025. Grayscale: #D3D3D3. Windows color (decimal): -4530214 or 14344122. OLE color: 14344122.

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

Color convert

RGB 186 223 218 -
CMYK 0.17 0 0.02 0.13
HSL 171.89º 0.37% 0.8% -
HSV(B) 171.89º 0.17% 0.87% -
XYZ 59.29 68.28 76.38 -
YUV 211.37 131.74 109.91 -
System Red Green Blue C M Y K H S L
Decimal 186 223 218 0.17 0 0.02 0.13 171.89 0.37 0.8
Hex BA DF DA 11 0 2 D AC 25 50
Octal 272 337 332 21 0 2 15 254 45 120
Binary 10111010 11011111 11011010 10001 0 10 1101 10101100 100101 1010000

Color Harmonies of #BADFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADFDA

Black with #BADFDA

Text Example


Text Example

White with #BADFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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