Html Css Color HEX #BDE9FC Onahau

📋 copy color: '#BDE9FC'

red 189 ◦ green 233 ◦ blue 252

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

Shades of Onahau #BDE9FC

Tints of Onahau #BDE9FC

RGB

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

 GREEN value IS 233 (91.41% from 255) = 34.57%

 BLUE value IS 252 (98.83% from 255) = 37.39%

R = 28.04%
G = 34.57%
B = 37.39%

CMYK

 C value IS 0.25

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BDE9FC (or 0xBDE9FC) is known color: Onahau. HEX triplet: BD, E9 and FC. RGB value is (189,233,252). Sum of RGB (Red+Green+Blue) = 189+233+252=674 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28.04% from 674); Green value is 233 (91.41% from 255 or 34.57% from 674); Blue value is 252 (98.83% from 255 or 37.39% from 674); Max value from RGB is 252 - color contains mainly: blue. Hex color #BDE9FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDE9FC is #421603. Grayscale: #DDDDDD. Windows color (decimal): -4331012 or 16574909. OLE color: 16574909.

HSL color Cylindrical-coordinate representation of color #BDE9FC: hue angle of 198.1º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDE9FC is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 233 252 -
CMYK 0.25 0.08 0 0.01
HSL 198.1º 0.91% 0.86% -
HSV(B) 198.1º 0.25% 0.99% -
XYZ 67.7 76.12 103.22 -
YUV 222.01 144.92 104.46 -
System Red Green Blue C M Y K H S L
Decimal 189 233 252 0.25 0.08 0 0.01 198.1 0.91 0.86
Hex BD E9 FC 19 8 0 1 C6 5B 56
Octal 275 351 374 31 10 0 1 306 133 126
Binary 10111101 11101001 11111100 11001 1000 0 1 11000110 1011011 1010110

Color Harmonies of #BDE9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE9FC

Black with #BDE9FC

Text Example


Text Example

White with #BDE9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE9FC; }

 p { color: rgb(189,233,252); }

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

background-color css

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

 a { background-color: rgb(189,233,252); }

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

border-color css

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

 span { border-color: rgb(189,233,252); }

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