Html Css Color HEX #BEDDFF Pale Cornflower Blue

📋 copy color: '#BEDDFF'

red 190 ◦ green 221 ◦ blue 255

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

Shades of Pale Cornflower Blue #BEDDFF

Tints of Pale Cornflower Blue #BEDDFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.29%

R = 28.53%
G = 33.18%
B = 38.29%

CMYK

 C value IS 0.25

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BEDDFF (or 0xBEDDFF) is known color: Pale Cornflower Blue. HEX triplet: BE, DD and FF. RGB value is (190,221,255). Sum of RGB (Red+Green+Blue) = 190+221+255=666 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.53% from 666); Green value is 221 (86.72% from 255 or 33.18% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #BEDDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEDDFF is #412200. Grayscale: #D7D7D7. Windows color (decimal): -4268545 or 16768446. OLE color: 16768446.

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

Color convert

RGB 190 221 255 -
CMYK 0.25 0.13 0 0
HSL 211.38º 1% 0.87% -
HSV(B) 211.38º 0.25% 1% -
XYZ 65.14 69.88 104.66 -
YUV 215.61 150.23 109.74 -
System Red Green Blue C M Y K H S L
Decimal 190 221 255 0.25 0.13 0 0 211.38 1 0.87
Hex BE DD FF 19 D 0 0 D3 64 57
Octal 276 335 377 31 15 0 0 323 144 127
Binary 10111110 11011101 11111111 11001 1101 0 0 11010011 1100100 1010111

Color Harmonies of #BEDDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDDFF

Black with #BEDDFF

Text Example


Text Example

White with #BEDDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDDFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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