Html Css Color HEX #BDECFD Onahau

📋 copy color: '#BDECFD'

red 189 ◦ green 236 ◦ blue 253

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

Shades of Onahau #BDECFD

Tints of Onahau #BDECFD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 34.81%

 BLUE value IS 253 (99.22% from 255) = 37.32%

R = 27.88%
G = 34.81%
B = 37.32%

CMYK

 C value IS 0.25

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BDECFD (or 0xBDECFD) is known color: Onahau. HEX triplet: BD, EC and FD. RGB value is (189,236,253). Sum of RGB (Red+Green+Blue) = 189+236+253=678 (89% of max value = 765). Red value is 189 (74.22% from 255 or 27.88% from 678); Green value is 236 (92.58% from 255 or 34.81% from 678); Blue value is 253 (99.22% from 255 or 37.32% from 678); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDECFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDECFD is #421302. Grayscale: #DFDFDF. Windows color (decimal): -4330243 or 16641213. OLE color: 16641213.

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

Color convert

RGB 189 236 253 -
CMYK 0.25 0.07 0 0.01
HSL 195.94º 0.94% 0.87% -
HSV(B) 195.94º 0.25% 0.99% -
XYZ 68.71 77.9 104.34 -
YUV 223.89 144.43 103.12 -
System Red Green Blue C M Y K H S L
Decimal 189 236 253 0.25 0.07 0 0.01 195.94 0.94 0.87
Hex BD EC FD 19 7 0 1 C4 5E 57
Octal 275 354 375 31 7 0 1 304 136 127
Binary 10111101 11101100 11111101 11001 111 0 1 11000100 1011110 1010111

Color Harmonies of #BDECFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDECFD

Black with #BDECFD

Text Example


Text Example

White with #BDECFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDECFD; }

 p { color: rgb(189,236,253); }

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

background-color css

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

 a { background-color: rgb(189,236,253); }

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

border-color css

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

 span { border-color: rgb(189,236,253); }

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