Html Css Color HEX #BDEFFE Onahau

📋 copy color: '#BDEFFE'

red 189 ◦ green 239 ◦ blue 254

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

Shades of Onahau #BDEFFE

Tints of Onahau #BDEFFE

RGB

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

 GREEN value IS 239 (93.75% from 255) = 35.04%

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

R = 27.71%
G = 35.04%
B = 37.24%

CMYK

 C value IS 0.26

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BDEFFE (or 0xBDEFFE) is known color: Onahau. HEX triplet: BD, EF and FE. RGB value is (189,239,254). Sum of RGB (Red+Green+Blue) = 189+239+254=682 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.71% from 682); Green value is 239 (93.75% from 255 or 35.04% from 682); Blue value is 254 (99.61% from 255 or 37.24% from 682); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDEFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEFFE is #421001. Grayscale: #E1E1E1. Windows color (decimal): -4329474 or 16707517. OLE color: 16707517.

HSL color Cylindrical-coordinate representation of color #BDEFFE: hue angle of 193.85º 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 #BDEFFE is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 189 239 254 -
CMYK 0.26 0.06 0 0.00
HSL 193.85º 0.97% 0.87% -
HSV(B) 193.85º 0.26% 1% -
XYZ 69.74 79.71 105.48 -
YUV 225.76 143.94 101.78 -
System Red Green Blue C M Y K H S L
Decimal 189 239 254 0.26 0.06 0 0.00 193.85 0.97 0.87
Hex BD EF FE 1A 6 0 0 C2 61 57
Octal 275 357 376 32 6 0 0 302 141 127
Binary 10111101 11101111 11111110 11010 110 0 0 11000010 1100001 1010111

Color Harmonies of #BDEFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEFFE

Black with #BDEFFE

Text Example


Text Example

White with #BDEFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEFFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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