Html Css Color HEX #BFDED4 Cruise

📋 copy color: '#BFDED4'

red 191 ◦ green 222 ◦ blue 212

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

Shades of Cruise #BFDED4

Tints of Cruise #BFDED4

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.52%

 BLUE value IS 212 (83.2% from 255) = 33.92%

R = 30.56%
G = 35.52%
B = 33.92%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#BFDED4 (or 0xBFDED4) is known color: Cruise. HEX triplet: BF, DE and D4. RGB value is (191,222,212). Sum of RGB (Red+Green+Blue) = 191+222+212=625 (82% of max value = 765). Red value is 191 (75% from 255 or 30.56% from 625); Green value is 222 (87.11% from 255 or 35.52% from 625); Blue value is 212 (83.20% from 255 or 33.92% from 625); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDED4 is #40212B. Grayscale: #D3D3D3. Windows color (decimal): -4202796 or 13950655. OLE color: 13950655.

HSL color Cylindrical-coordinate representation of color #BFDED4: hue angle of 160.65º degrees, saturation: 0.32, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFDED4 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 222 212 -
CMYK 0.14 0 0.05 0.13
HSL 160.65º 0.32% 0.81% -
HSV(B) 160.65º 0.14% 0.87% -
XYZ 59.49 68.07 72.29 -
YUV 211.59 128.23 113.31 -
System Red Green Blue C M Y K H S L
Decimal 191 222 212 0.14 0 0.05 0.13 160.65 0.32 0.81
Hex BF DE D4 E 0 5 D A1 20 51
Octal 277 336 324 16 0 5 15 241 40 121
Binary 10111111 11011110 11010100 1110 0 101 1101 10100001 100000 1010001

Color Harmonies of #BFDED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDED4

Black with #BFDED4

Text Example


Text Example

White with #BFDED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDED4; }

 p { color: rgb(191,222,212); }

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

background-color css

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

 a { background-color: rgb(191,222,212); }

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

border-color css

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

 span { border-color: rgb(191,222,212); }

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