Html Css Color HEX #BDE3F6 Onahau

📋 copy color: '#BDE3F6'

red 189 ◦ green 227 ◦ blue 246

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

Shades of Onahau #BDE3F6

Tints of Onahau #BDE3F6

RGB

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

 GREEN value IS 227 (89.06% from 255) = 34.29%

 BLUE value IS 246 (96.48% from 255) = 37.16%

R = 28.55%
G = 34.29%
B = 37.16%

CMYK

 C value IS 0.23

 M value IS 0.08

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BDE3F6 (or 0xBDE3F6) is known color: Onahau. HEX triplet: BD, E3 and F6. RGB value is (189,227,246). Sum of RGB (Red+Green+Blue) = 189+227+246=662 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.55% from 662); Green value is 227 (89.06% from 255 or 34.29% from 662); Blue value is 246 (96.48% from 255 or 37.16% from 662); Max value from RGB is 246 - color contains mainly: blue. Hex color #BDE3F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE3F6 is #421C09. Grayscale: #D9D9D9. Windows color (decimal): -4332554 or 16180157. OLE color: 16180157.

HSL color Cylindrical-coordinate representation of color #BDE3F6: hue angle of 200º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDE3F6 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 227 246 -
CMYK 0.23 0.08 0 0.04
HSL 200º 0.76% 0.85% -
HSV(B) 200º 0.23% 0.96% -
XYZ 65.09 72.41 97.73 -
YUV 217.8 143.91 107.46 -
System Red Green Blue C M Y K H S L
Decimal 189 227 246 0.23 0.08 0 0.04 200 0.76 0.85
Hex BD E3 F6 17 8 0 4 C8 4C 55
Octal 275 343 366 27 10 0 4 310 114 125
Binary 10111101 11100011 11110110 10111 1000 0 100 11001000 1001100 1010101

Color Harmonies of #BDE3F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE3F6

Black with #BDE3F6

Text Example


Text Example

White with #BDE3F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE3F6; }

 p { color: rgb(189,227,246); }

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

background-color css

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

 a { background-color: rgb(189,227,246); }

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

border-color css

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

 span { border-color: rgb(189,227,246); }

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