Html Css Color HEX #BFDAD2 Cruise

📋 copy color: '#BFDAD2'

red 191 ◦ green 218 ◦ blue 210

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

Shades of Cruise #BFDAD2

Tints of Cruise #BFDAD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 33.93%

R = 30.86%
G = 35.22%
B = 33.93%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#BFDAD2 (or 0xBFDAD2) is known color: Cruise. HEX triplet: BF, DA and D2. RGB value is (191,218,210). Sum of RGB (Red+Green+Blue) = 191+218+210=619 (81% of max value = 765). Red value is 191 (75% from 255 or 30.86% from 619); Green value is 218 (85.55% from 255 or 35.22% from 619); Blue value is 210 (82.42% from 255 or 33.93% from 619); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDAD2 is #40252D. Grayscale: #D1D1D1. Windows color (decimal): -4203822 or 13818559. OLE color: 13818559.

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

Color convert

RGB 191 218 210 -
CMYK 0.12 0 0.04 0.15
HSL 162.22º 0.27% 0.8% -
HSV(B) 162.22º 0.12% 0.85% -
XYZ 58.19 65.87 70.62 -
YUV 209.02 128.55 115.15 -
System Red Green Blue C M Y K H S L
Decimal 191 218 210 0.12 0 0.04 0.15 162.22 0.27 0.8
Hex BF DA D2 C 0 4 F A2 1B 50
Octal 277 332 322 14 0 4 17 242 33 120
Binary 10111111 11011010 11010010 1100 0 100 1111 10100010 11011 1010000

Color Harmonies of #BFDAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDAD2

Black with #BFDAD2

Text Example


Text Example

White with #BFDAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDAD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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