Html Css Color HEX #BFDAD3 Cruise

📋 copy color: '#BFDAD3'

red 191 ◦ green 218 ◦ blue 211

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

Shades of Cruise #BFDAD3

Tints of Cruise #BFDAD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 34.03%

R = 30.81%
G = 35.16%
B = 34.03%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#BFDAD3 (or 0xBFDAD3) is known color: Cruise. HEX triplet: BF, DA and D3. RGB value is (191,218,211). Sum of RGB (Red+Green+Blue) = 191+218+211=620 (82% of max value = 765). Red value is 191 (75% from 255 or 30.81% from 620); Green value is 218 (85.55% from 255 or 35.16% from 620); Blue value is 211 (82.81% from 255 or 34.03% from 620); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDAD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDAD3 is #40252C. Grayscale: #D1D1D1. Windows color (decimal): -4203821 or 13884095. OLE color: 13884095.

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

Color convert

RGB 191 218 211 -
CMYK 0.12 0 0.03 0.15
HSL 164.44º 0.27% 0.8% -
HSV(B) 164.44º 0.12% 0.85% -
XYZ 58.32 65.92 71.28 -
YUV 209.13 129.05 115.07 -
System Red Green Blue C M Y K H S L
Decimal 191 218 211 0.12 0 0.03 0.15 164.44 0.27 0.8
Hex BF DA D3 C 0 3 F A4 1B 50
Octal 277 332 323 14 0 3 17 244 33 120
Binary 10111111 11011010 11010011 1100 0 11 1111 10100100 11011 1010000

Color Harmonies of #BFDAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDAD3

Black with #BFDAD3

Text Example


Text Example

White with #BFDAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDAD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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