Html Css Color HEX #BEDDF0 Pattens Blue

📋 copy color: '#BEDDF0'

red 190 ◦ green 221 ◦ blue 240

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

Shades of Pattens Blue #BEDDF0

Tints of Pattens Blue #BEDDF0

RGB

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

 GREEN value IS 221 (86.72% from 255) = 33.95%

 BLUE value IS 240 (94.14% from 255) = 36.87%

R = 29.19%
G = 33.95%
B = 36.87%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BEDDF0 (or 0xBEDDF0) is known color: Pattens Blue. HEX triplet: BE, DD and F0. RGB value is (190,221,240). Sum of RGB (Red+Green+Blue) = 190+221+240=651 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.19% from 651); Green value is 221 (86.72% from 255 or 33.95% from 651); Blue value is 240 (94.14% from 255 or 36.87% from 651); Max value from RGB is 240 - color contains mainly: blue. Hex color #BEDDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEDDF0 is #41220F. Grayscale: #D5D5D5. Windows color (decimal): -4268560 or 15785406. OLE color: 15785406.

HSL color Cylindrical-coordinate representation of color #BEDDF0: hue angle of 202.8º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEDDF0 is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 221 240 -
CMYK 0.21 0.08 0 0.06
HSL 202.8º 0.63% 0.84% -
HSV(B) 202.8º 0.21% 0.94% -
XYZ 62.82 68.95 92.44 -
YUV 213.9 142.73 110.96 -
System Red Green Blue C M Y K H S L
Decimal 190 221 240 0.21 0.08 0 0.06 202.8 0.63 0.84
Hex BE DD F0 15 8 0 6 CB 3E 54
Octal 276 335 360 25 10 0 6 313 76 124
Binary 10111110 11011101 11110000 10101 1000 0 110 11001011 111110 1010100

Color Harmonies of #BEDDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDDF0

Black with #BEDDF0

Text Example


Text Example

White with #BEDDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDDF0; }

 p { color: rgb(190,221,240); }

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

background-color css

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

 a { background-color: rgb(190,221,240); }

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

border-color css

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

 span { border-color: rgb(190,221,240); }

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