Html Css Color HEX #BEDDEE Onahau

📋 copy color: '#BEDDEE'

red 190 ◦ green 221 ◦ blue 238

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

Shades of Onahau #BEDDEE

Tints of Onahau #BEDDEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.67%

R = 29.28%
G = 34.05%
B = 36.67%

CMYK

 C value IS 0.20

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BEDDEE (or 0xBEDDEE) is known color: Onahau. HEX triplet: BE, DD and EE. RGB value is (190,221,238). Sum of RGB (Red+Green+Blue) = 190+221+238=649 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.28% from 649); Green value is 221 (86.72% from 255 or 34.05% from 649); Blue value is 238 (93.36% from 255 or 36.67% from 649); Max value from RGB is 238 - color contains mainly: blue. Hex color #BEDDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEDDEE is #412211. Grayscale: #D5D5D5. Windows color (decimal): -4268562 or 15654334. OLE color: 15654334.

HSL color Cylindrical-coordinate representation of color #BEDDEE: hue angle of 201.25º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEDDEE is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 221 238 -
CMYK 0.20 0.07 0 0.07
HSL 201.25º 0.59% 0.84% -
HSV(B) 201.25º 0.2% 0.93% -
XYZ 62.52 68.83 90.88 -
YUV 213.67 141.73 111.12 -
System Red Green Blue C M Y K H S L
Decimal 190 221 238 0.20 0.07 0 0.07 201.25 0.59 0.84
Hex BE DD EE 14 7 0 7 C9 3B 54
Octal 276 335 356 24 7 0 7 311 73 124
Binary 10111110 11011101 11101110 10100 111 0 111 11001001 111011 1010100

Color Harmonies of #BEDDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDDEE

Black with #BEDDEE

Text Example


Text Example

White with #BEDDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDDEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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