Html Css Color HEX #BFDAD5 Cruise

📋 copy color: '#BFDAD5'

red 191 ◦ green 218 ◦ blue 213

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

Shades of Cruise #BFDAD5

Tints of Cruise #BFDAD5

RGB

 RED value IS 191 (75% from 255) = 30.71%

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

 BLUE value IS 213 (83.59% from 255) = 34.24%

R = 30.71%
G = 35.05%
B = 34.24%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#BFDAD5 (or 0xBFDAD5) is known color: Cruise. HEX triplet: BF, DA and D5. RGB value is (191,218,213). Sum of RGB (Red+Green+Blue) = 191+218+213=622 (82% of max value = 765). Red value is 191 (75% from 255 or 30.71% from 622); Green value is 218 (85.55% from 255 or 35.05% from 622); Blue value is 213 (83.59% from 255 or 34.24% from 622); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDAD5 is #40252A. Grayscale: #D1D1D1. Windows color (decimal): -4203819 or 14015167. OLE color: 14015167.

HSL color Cylindrical-coordinate representation of color #BFDAD5: hue angle of 168.89º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFDAD5 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 218 213 -
CMYK 0.12 0 0.02 0.15
HSL 168.89º 0.27% 0.8% -
HSV(B) 168.89º 0.12% 0.85% -
XYZ 58.57 66.02 72.61 -
YUV 209.36 130.05 114.91 -
System Red Green Blue C M Y K H S L
Decimal 191 218 213 0.12 0 0.02 0.15 168.89 0.27 0.8
Hex BF DA D5 C 0 2 F A9 1B 50
Octal 277 332 325 14 0 2 17 251 33 120
Binary 10111111 11011010 11010101 1100 0 10 1111 10101001 11011 1010000

Color Harmonies of #BFDAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDAD5

Black with #BFDAD5

Text Example


Text Example

White with #BFDAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDAD5; }

 p { color: rgb(191,218,213); }

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

background-color css

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

 a { background-color: rgb(191,218,213); }

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

border-color css

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

 span { border-color: rgb(191,218,213); }

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