Html Css Color HEX #BDEDFE Onahau

📋 copy color: '#BDEDFE'

red 189 ◦ green 237 ◦ blue 254

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

Shades of Onahau #BDEDFE

Tints of Onahau #BDEDFE

RGB

 RED value IS 189 (74.22% from 255) = 27.79%

 GREEN value IS 237 (92.97% from 255) = 34.85%

 BLUE value IS 254 (99.61% from 255) = 37.35%

R = 27.79%
G = 34.85%
B = 37.35%

CMYK

 C value IS 0.26

 M value IS 0.07

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BDEDFE (or 0xBDEDFE) is known color: Onahau. HEX triplet: BD, ED and FE. RGB value is (189,237,254). Sum of RGB (Red+Green+Blue) = 189+237+254=680 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.79% from 680); Green value is 237 (92.97% from 255 or 34.85% from 680); Blue value is 254 (99.61% from 255 or 37.35% from 680); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDEDFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEDFE is #421201. Grayscale: #E0E0E0. Windows color (decimal): -4329986 or 16707005. OLE color: 16707005.

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

Color convert

RGB 189 237 254 -
CMYK 0.26 0.07 0 0.00
HSL 195.69º 0.97% 0.87% -
HSV(B) 195.69º 0.26% 1% -
XYZ 69.16 78.54 105.28 -
YUV 224.59 144.6 102.62 -
System Red Green Blue C M Y K H S L
Decimal 189 237 254 0.26 0.07 0 0.00 195.69 0.97 0.87
Hex BD ED FE 1A 7 0 0 C4 61 57
Octal 275 355 376 32 7 0 0 304 141 127
Binary 10111101 11101101 11111110 11010 111 0 0 11000100 1100001 1010111

Color Harmonies of #BDEDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEDFE

Black with #BDEDFE

Text Example


Text Example

White with #BDEDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEDFE; }

 p { color: rgb(189,237,254); }

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

background-color css

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

 a { background-color: rgb(189,237,254); }

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

border-color css

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

 span { border-color: rgb(189,237,254); }

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