Html Css Color HEX #BEDFEB Onahau

📋 copy color: '#BEDFEB'

red 190 ◦ green 223 ◦ blue 235

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

Shades of Onahau #BEDFEB

Tints of Onahau #BEDFEB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.41%

 BLUE value IS 235 (92.19% from 255) = 36.27%

R = 29.32%
G = 34.41%
B = 36.27%

CMYK

 C value IS 0.19

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BEDFEB (or 0xBEDFEB) is known color: Onahau. HEX triplet: BE, DF and EB. RGB value is (190,223,235). Sum of RGB (Red+Green+Blue) = 190+223+235=648 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.32% from 648); Green value is 223 (87.5% from 255 or 34.41% from 648); Blue value is 235 (92.19% from 255 or 36.27% from 648); Max value from RGB is 235 - color contains mainly: blue. Hex color #BEDFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEDFEB is #412014. Grayscale: #D6D6D6. Windows color (decimal): -4268053 or 15458238. OLE color: 15458238.

HSL color Cylindrical-coordinate representation of color #BEDFEB: hue angle of 196º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEDFEB is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 190 223 235 -
CMYK 0.19 0.05 0 0.08
HSL 196º 0.53% 0.83% -
HSV(B) 196º 0.19% 0.92% -
XYZ 62.62 69.72 88.75 -
YUV 214.5 139.57 110.52 -
System Red Green Blue C M Y K H S L
Decimal 190 223 235 0.19 0.05 0 0.08 196 0.53 0.83
Hex BE DF EB 13 5 0 8 C4 35 53
Octal 276 337 353 23 5 0 10 304 65 123
Binary 10111110 11011111 11101011 10011 101 0 1000 11000100 110101 1010011

Color Harmonies of #BEDFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDFEB

Black with #BEDFEB

Text Example


Text Example

White with #BEDFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDFEB; }

 p { color: rgb(190,223,235); }

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

background-color css

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

 a { background-color: rgb(190,223,235); }

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

border-color css

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

 span { border-color: rgb(190,223,235); }

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