Html Css Color HEX #BEDEFD Pattens Blue

📋 copy color: '#BEDEFD'

red 190 ◦ green 222 ◦ blue 253

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

Shades of Pattens Blue #BEDEFD

Tints of Pattens Blue #BEDEFD

RGB

 RED value IS 190 (74.61% from 255) = 28.57%

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

 BLUE value IS 253 (99.22% from 255) = 38.05%

R = 28.57%
G = 33.38%
B = 38.05%

CMYK

 C value IS 0.25

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BEDEFD (or 0xBEDEFD) is known color: Pattens Blue. HEX triplet: BE, DE and FD. RGB value is (190,222,253). Sum of RGB (Red+Green+Blue) = 190+222+253=665 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.57% from 665); Green value is 222 (87.11% from 255 or 33.38% from 665); Blue value is 253 (99.22% from 255 or 38.05% from 665); Max value from RGB is 253 - color contains mainly: blue. Hex color #BEDEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEDEFD is #412102. Grayscale: #D7D7D7. Windows color (decimal): -4268291 or 16637630. OLE color: 16637630.

HSL color Cylindrical-coordinate representation of color #BEDEFD: hue angle of 209.52º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEDEFD is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 190 222 253 -
CMYK 0.25 0.12 0 0.01
HSL 209.52º 0.94% 0.87% -
HSV(B) 209.52º 0.25% 0.99% -
XYZ 65.09 70.28 103.06 -
YUV 215.97 148.9 109.48 -
System Red Green Blue C M Y K H S L
Decimal 190 222 253 0.25 0.12 0 0.01 209.52 0.94 0.87
Hex BE DE FD 19 C 0 1 D2 5E 57
Octal 276 336 375 31 14 0 1 322 136 127
Binary 10111110 11011110 11111101 11001 1100 0 1 11010010 1011110 1010111

Color Harmonies of #BEDEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDEFD

Black with #BEDEFD

Text Example


Text Example

White with #BEDEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDEFD; }

 p { color: rgb(190,222,253); }

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

background-color css

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

 a { background-color: rgb(190,222,253); }

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

border-color css

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

 span { border-color: rgb(190,222,253); }

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